Closed
Bug 680526
Opened 14 years ago
Closed 14 years ago
Consolidate key_save into editorOverlay.xul
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(seamonkey2.6 fixed)
RESOLVED
FIXED
seamonkey2.6
Tracking | Status | |
---|---|---|
seamonkey2.6 | --- | fixed |
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
Attachments
(1 file)
8.49 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
At the moment editorOverlay.xul has savekb key and messengercompose.xul has key_save, these could be consolidated into a single key_save.
This patch:
* Renames savekb to key_save in editorOverlay.xul
* Removes key_save from messengercompose.xul and associated entity from messengercompose.dtd
* Changes cmd_saveDefault to cmd_save in messengercompose.xul and MsgComposeCommands.js
Attachment #554504 -
Flags: review?(neil)
Updated•14 years ago
|
Attachment #554504 -
Flags: review?(neil) → review+
Comment on attachment 554504 [details] [diff] [review]
Consolidate to key_save [Checked in: Comment 1]
http://hg.mozilla.org/comm-central/rev/94186d8c148d
Attachment #554504 -
Attachment description: Consolidate to key_save → Consolidate to key_save [Checked in: Comment 1]
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
status-seamonkey2.6:
--- → fixed
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.6
You need to log in
before you can comment on or make changes to this bug.
Description
•