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.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.xml')
-rw-r--r-- | ui/evolution.xml | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index 7af5a7118a..401ae2f927 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -39,7 +39,8 @@ <menuitem name="Folder" verb="NewFolder" _label="_Folder" - accel="*Control**Shift*e"/> + accel="*Control**Shift*e" + pixtype="pixbuf"/> <menuitem name="Shortcut" verb="NewBarShortcut" _label="Evolution bar _shortcut" @@ -73,7 +74,8 @@ <submenu name="Folder" _label="_Folder"> <menuitem name="Folder" verb="NewFolder" _label="_New Folder" - accel="*Control**Shift*e"/> + accel="*Control**Shift*e" + pixtype="pixbuf"/> </submenu> <menuitem name="FileGoToFolder" verb="" @@ -84,14 +86,16 @@ <menuitem name="FileImporter" verb="" _label="_Import file..." - _tip="Import an external file format" accel="*Control*i"/> + _tip="Import an external file format" accel="*Control*i" + pixtype="pixbuf"/> <placeholder name="Print" delimit="top"/> <separator/> <menuitem name="WorkOffLine" verb="" - _label="Work Offline"/> + _label="Work Offline" + pixtype="pixbuf"/> <menuitem name="FileClose" verb="" _label="_Close"/> @@ -165,15 +169,3 @@ <control name="Progress"/> </status> </Root> - - - - - - - - - - - - |