diff options
author | Peter Williams <peterw@ximian.com> | 2001-07-25 03:06:10 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-07-25 03:06:10 +0800 |
commit | 3e8b02fb9363320a8fc70a80654c59602380a4a9 (patch) | |
tree | 8d6b082abd3ed8a6d5e0b4c1b5691146bdacbe65 /ui/evolution-message-composer.xml | |
parent | 3c69c8b3cc2ededfd1b89d6a4c13e6316fdf5233 (diff) | |
download | gsoc2013-evolution-3e8b02fb9363320a8fc70a80654c59602380a4a9.tar gsoc2013-evolution-3e8b02fb9363320a8fc70a80654c59602380a4a9.tar.gz gsoc2013-evolution-3e8b02fb9363320a8fc70a80654c59602380a4a9.tar.bz2 gsoc2013-evolution-3e8b02fb9363320a8fc70a80654c59602380a4a9.tar.lz gsoc2013-evolution-3e8b02fb9363320a8fc70a80654c59602380a4a9.tar.xz gsoc2013-evolution-3e8b02fb9363320a8fc70a80654c59602380a4a9.tar.zst gsoc2013-evolution-3e8b02fb9363320a8fc70a80654c59602380a4a9.zip |
Move Insert File from the File menu into the Insert Menu. Change the
2001-07-24 Peter Williams <peterw@ximian.com>
* evolution-message-composer.xml: Move Insert File from the File
menu into the Insert Menu. Change the accelerators to reflect
what's being inserted and add ellipses.
svn path=/trunk/; revision=11349
Diffstat (limited to 'ui/evolution-message-composer.xml')
-rw-r--r-- | ui/evolution-message-composer.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 7a1f56eef0..362881008d 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -20,6 +20,7 @@ _tip="Save the message in a specified folder"/> <cmd name="FileInsertFile" _label="Insert text file..." + accel="*Ctrl**Alt*f" _tip="Insert a file as text into the message"/> <cmd name="FileSend" _label="Send" _tip="Send this message now" @@ -30,7 +31,7 @@ pixtype="stock" pixname="Send Mail"/> <cmd name="FileAttach" _label="Attach" _tip="Attach a file" - accel="*Ctrl**Alt*f" + accel="*Ctrl**Alt*a" pixtype="pixbuf"/> <cmd name="DeleteAll" _label="_Delete all" @@ -90,8 +91,6 @@ <menuitem name="FileSaveDraft" verb="" _label="Save _Draft"/> <placeholder name="Print" delimit="top"/> <separator/> - <menuitem name="FileInsertFile" verb="" _label="_Insert text file..."/> - <separator/> <menuitem name="FileClose" verb="" _label="_Close"/> </submenu> @@ -118,7 +117,9 @@ <submenu name="Insert" _label="_Insert"> <menuitem name="FileAttach" verb="" - _label="_Attachment"/> + _label="_Attachment..."/> + <menuitem name="FileInsertFile" verb="" + _label="Inline Text _File..."/> <placeholder name="Component"/> </submenu> |