diff options
author | William Jon McCann <mccann@jhu.edu> | 2004-05-26 04:54:01 +0800 |
---|---|---|
committer | William Jon McCann <mccann@src.gnome.org> | 2004-05-26 04:54:01 +0800 |
commit | ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5 (patch) | |
tree | bcc7c3c32d72fdd0beb98b149d126f1e281f28e3 /ui/evolution.xml | |
parent | 7dfee05355fb0086563434285ac1a524e78cd2bd (diff) | |
download | gsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.tar.gz gsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.tar.zst gsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.zip |
use stock icons where possible. Calendar and tasks already use stock
2004-05-25 William Jon McCann <mccann@jhu.edu>
* evolution-message-composer.xml:
* evolution-composer-entries.xml:
* evolution-contact-list-editor.xml:
* evolution-contact-editor.xml:
* evolution.xml:
* evolution-mail-message.xml:
* evolution-mail-list.xml:
* evolution-mail-global.xml:
* evolution-addressbook.xml: use stock icons where possible.
Calendar and tasks already use stock icons.
* evolution-tasks.xml: swap positions of delete and print icons
to be consistent with the other components.
svn path=/trunk/; revision=26085
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r-- | ui/evolution.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index eccfe089eb..0bc4314ead 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -5,10 +5,10 @@ accel="*Control**Shift*w"/> <cmd name="FileClose" _label="Close" _tip="Close this window" - pixtype="stock" pixname="Close" accel="*Control*w"/> + pixtype="stock" pixname="gtk-close" accel="*Control*w"/> <cmd name="FileExit" _label="E_xit" _tip="Exit the program" - pixtype="stock" pixname="Quit" accel="*Control*q"/> + pixtype="stock" pixname="gtk-quit" accel="*Control*q"/> <cmd name="HelpSubmitBug" _label="Submit Bug Report" _tip="Submit a bug report using Bug Buddy"/> @@ -20,7 +20,7 @@ <cmd name="ForgetPasswords" _tip="Forget remembered passwords so you will be prompted for them again"/> - <cmd name="Settings" pixtype="pixbuf"/> + <cmd name="Settings" pixtype="stock" pixname="gtk-preferences"/> <cmd name="ToggleOffline" _label="_Work Offline" @@ -33,7 +33,7 @@ <menu> <submenu name="File" _label="_File"> - <submenu name="New" _label="_New"> + <submenu name="New" _label="_New" pixtype="stock" pixname="gtk-new"> <placeholder name="ComponentItems"/> </submenu> @@ -80,7 +80,7 @@ </submenu> <submenu name="Tools" _label="_Tools"> - <menuitem name="Settings" verb="" _label="_Settings..." _tip="Change Evolution's settings" pixtype="pixbuf"/> + <menuitem name="Settings" verb="" _label="_Settings..." _tip="Change Evolution's settings"/> <separator/> <placeholder name="ComponentPlaceholder"/> <menuitem name="PilotSettings" verb="" _label="Pi_lot Settings..." _tip="Set up Pilot configuration"/> |