diff options
author | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-02 11:59:11 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-02 11:59:11 +0800 |
commit | 042704ddd3f26ef3becbe000547564127694c069 (patch) | |
tree | da06292a7ffea58469c87ef330045163b2003d89 /ui/evolution-mail.xml | |
parent | 9fc545eb953a65888f3ae78703e1500d8ad9f1be (diff) | |
download | gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.tar gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.tar.gz gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.tar.bz2 gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.tar.lz gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.tar.xz gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.tar.zst gsoc2013-evolution-042704ddd3f26ef3becbe000547564127694c069.zip |
Blessed by Ettore.
Guided by Jacub Stener's mail, where he explaned which icons were renamed or
added, I added a bunch of new icons to menus, fixed renamed ones. Changed Trash
and Executive summary folder type icons. Fixed art/Makefile.am for these
changes.
Also, pulled icon cache from mailer and moved it to e-util/e-gui-utils.h, made
all components and dialogs use cache and not load pixmaps every time.
Accidentally got a couple of includes fix in, but they won't break anything.
svn path=/trunk/; revision=9092
Diffstat (limited to 'ui/evolution-mail.xml')
-rw-r--r-- | ui/evolution-mail.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index 0b4a8adce3..e894971911 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -34,7 +34,8 @@ <submenu name="New"> <placeholder name="NewFirstItem"> <menuitem name="MessageNew" verb="MailCompose" - accel="*Control*n" _label="_Mail Message"/> + accel="*Control*n" _label="_Mail Message" + pixtype="pixbuf"/> <separator/> </placeholder> </submenu> @@ -73,7 +74,7 @@ <menuitem name="Print" verb="PrintMessage" _label="Print..." _tip="Print message to the printer" - pixtype="stock" pixname="Print" accel="*Control*P"/> + pixtype="pixbuf" accel="*Control*P"/> </placeholder> @@ -139,7 +140,7 @@ <submenu name="Actions"> <placeholder name="Component"> <menuitem name="SendReceive" verb="MailGetSend" - _label="_Send / Receive"/> + _label="_Send / Receive"pixtype="pixbuf"/> <separator/> |