diff options
author | Tim Wo <tim.wo@sun.com> | 2003-09-12 21:34:23 +0800 |
---|---|---|
committer | Gilbert Fang <gilbertfang@src.gnome.org> | 2003-09-12 21:34:23 +0800 |
commit | 28a15c404b2907839eca968fe01a5e5a611f005b (patch) | |
tree | 79a4c8c5c107eee2f4d20956428856ed514af8f2 /ui/evolution-signature-editor.xml | |
parent | f5415de53268368fc99da611ecb1d0b87404e325 (diff) | |
download | gsoc2013-evolution-28a15c404b2907839eca968fe01a5e5a611f005b.tar.gz gsoc2013-evolution-28a15c404b2907839eca968fe01a5e5a611f005b.tar.zst gsoc2013-evolution-28a15c404b2907839eca968fe01a5e5a611f005b.zip |
add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" for
2003-09-11 Tim Wo <tim.wo@sun.com>
* ui/evolution-contact-editor.xml: add mnemonic "C" for "Save and _Close",
"D" for "_Delete", "l" for "Close". Fixes bug #48096
* ui/evolution-contact-list-editor.xml: add mnemonic "C" for "Save and
_Close", "D" for "_Delete", "l" for "Close". Fixes bug #48096
* ui/evolution-signature-editor.xml: add mnemonic "C" for "Save and
_Close", change mnemonic "C" to "l" for "Close". Fixes bug #48205
* views/mail/galview.xml: add mnemonic "M" for "Message",
add "S" for "As Sent Folder", add "b" for "By Subject",
add "n" for "By Sender", add "t" for "By Status",
add "F" for "By Follow Up Flag". Fixes bug #48097
svn path=/trunk/; revision=22550
Diffstat (limited to 'ui/evolution-signature-editor.xml')
-rw-r--r-- | ui/evolution-signature-editor.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/evolution-signature-editor.xml b/ui/evolution-signature-editor.xml index 911b7b425c..0e25735b46 100644 --- a/ui/evolution-signature-editor.xml +++ b/ui/evolution-signature-editor.xml @@ -30,13 +30,13 @@ <!-- <menuitem name="FileSave" verb="" _label="_Save"/> --> - <menuitem name="FileSaveClose" verb="" _label="Save and Close" accel="*Control*Return"/> + <menuitem name="FileSaveClose" verb="" _label="Save and _Close" accel="*Control*Return"/> <placeholder name="Print" delimit="top"/> <separator f=""/> - <menuitem name="FileClose" verb="" _label="_Close"/> + <menuitem name="FileClose" verb="" _label="C_lose"/> </submenu> |