diff options
author | Gediminas Paulauskas <menesis@delfi.lt> | 2001-05-12 18:02:29 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-05-12 18:02:29 +0800 |
commit | 9a9a51c562d402f2324e662125859d7b23410784 (patch) | |
tree | 4e2b9ed44e360c8ffc550a11e307aeae397ff099 /ui/evolution-mail.xml | |
parent | 2424c155946bcc29cd1265b85a7c59b3938adf3c (diff) | |
download | gsoc2013-evolution-9a9a51c562d402f2324e662125859d7b23410784.tar gsoc2013-evolution-9a9a51c562d402f2324e662125859d7b23410784.tar.gz gsoc2013-evolution-9a9a51c562d402f2324e662125859d7b23410784.tar.bz2 gsoc2013-evolution-9a9a51c562d402f2324e662125859d7b23410784.tar.lz gsoc2013-evolution-9a9a51c562d402f2324e662125859d7b23410784.tar.xz gsoc2013-evolution-9a9a51c562d402f2324e662125859d7b23410784.tar.zst gsoc2013-evolution-9a9a51c562d402f2324e662125859d7b23410784.zip |
my computer crashed while commiting this first time.
2001-05-12 Gediminas Paulauskas <menesis@delfi.lt>
* folder-browser-factory.c: load pixmaps for MessageCopy and
MessageForwardAttached. Thanks Wayne Davis <wfdavis@seas.upenn.edu>
for a patch.
2001-05-12 Gediminas Paulauskas <menesis@delfi.lt>
* evolution-mail.xml: add pixmaps for MessageCopy and
MessageForwardAttached. Thanks Wayne Davis <wfdavis@seas.upenn.edu>
for a patch.
2001-05-12 Gediminas Paulauskas <menesis@delfi.lt>
* po/POTFILES.in: update with new/moved files.
also:
Removed duplicated DATADIR in mail/Makefile.am
fixed warning in e-search-bar.c in my recent code there
svn path=/trunk/; revision=9783
Diffstat (limited to 'ui/evolution-mail.xml')
-rw-r--r-- | ui/evolution-mail.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index 589067976a..1505d0172d 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -49,7 +49,8 @@ _tip="Send a single mail in reply to all the selected mail"/> <cmd name="MessageForwardAttached" _label="Forward" - _tip="Forward the selected mail to someone" accel="*Control*j"/> + pixtype="pixbuf" accel="*Control*j" + _tip="Forward the selected mail to someone"/> <cmd name="MessageForwardInlined" _label="Forward inline" _tip="Forward this message in-line with your mail, so you can edit it" @@ -65,7 +66,8 @@ _tip="Move selected messages to another folder" pixtype="pixbuf" accel="*Control*m"/> <cmd name="MessageCopy" _label="Copy" - _tip="Copy selected messages to another folder" accel="*Control*c"/> + pixtype="pixbuf" accel="*Control*c" + _tip="Copy selected messages to another folder"/> <cmd name="MessageDelete" _label="Delete" _tip="Delete the selected messages" accel="*Control*d"/> @@ -230,8 +232,10 @@ _label="Reply to _All" pixtype="pixbuf" accel="*Control**Shift*r"/> + <menuitem name="MessageForwardAttached" verb="" _label="_Forward" + pixtype="pixbuf" accel="*Control*f"/> <submenu name="ForwardAs" _label="Forward As"> @@ -260,6 +264,7 @@ <menuitem name="MessageCopy" verb="" _label="_Copy to Folder..." + pixtype="pixbuf" accel="*Control*c"/> <separator/> |