aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-mail.xml
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@ximian.com>2001-03-17 10:33:55 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-03-17 10:33:55 +0800
commitf67a81d4aa710ce9fff8041f51da57f7a828e137 (patch)
tree84f58b600b303ca3eb18856917d56c0285ca3a95 /ui/evolution-mail.xml
parentdfb396395e6ee5e847a82f8ad1d78fabb2628f9f (diff)
downloadgsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.tar
gsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.tar.gz
gsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.tar.bz2
gsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.tar.lz
gsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.tar.xz
gsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.tar.zst
gsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.zip
Added accelerator to elements missing accelerators (Reply, Inline, Quoted,
2001-03-16 Miguel de Icaza <miguel@ximian.com> * evolution-mail.xml: Added accelerator to elements missing accelerators (Reply, Inline, Quoted, Attachments, Empty Trash, Full Headers). * evolution.xml: Added a placeholder for the beginning of the view. 2001-03-16 Miguel de Icaza <miguel@ximian.com> * menus/gal-view-menus.c (build_menus): Hook this up under the "ViewBegin" node. svn path=/trunk/; revision=8772
Diffstat (limited to 'ui/evolution-mail.xml')
-rw-r--r--ui/evolution-mail.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml
index 9638bab8be..1570c7a59b 100644
--- a/ui/evolution-mail.xml
+++ b/ui/evolution-mail.xml
@@ -121,7 +121,7 @@
<submenu name="MessageDisplayMenu" _label="Message _Display">
<menuitem name="MessageDisplayFullHeaders"
- _label="Full Headers"
+ _label="Full _Headers"
_tip="Display all of the message headers"/>
<menuitem name="Source" verb="ViewSource" accel=""/>
</submenu>
@@ -135,7 +135,7 @@
<separator/>
<menuitem name="MessageReplySndr" verb=""
- _label="Reply"
+ _label="_Reply"
pixtype="pixbuf"
accel="*Control*r"/>
@@ -150,14 +150,14 @@
<submenu name="ForwardAs" _label="Forward As">
<menuitem name="MessageForwardInlined" verb=""
- _label="Inline"
+ _label="_Inline"
accel="*Control**Shift*j"/>
<menuitem name="MessageForwardQuoted" verb=""
- _label="Quoted"/>
+ _label="_Quoted"/>
<menuitem name="MessageForwardAttachment" verb=""
- _label="Attachment"/>
+ _label="_Attachment"/>
<separator/>
@@ -187,7 +187,7 @@
<menuitem name="FolderExpunge" verb="" _label="_Expunge"
accel="*Control*x"/>
- <menuitem name="ActionsEmptyTrash" verb="" _label="Empty Trash"
+ <menuitem name="ActionsEmptyTrash" verb="" _label="Empty _Trash"
accel=""/>
</submenu>
</placeholder>