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-mail-list.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-mail-list.xml')
-rw-r--r-- | ui/evolution-mail-list.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 709b179d8f..e13fb781bb 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -4,15 +4,15 @@ <cmd name="EditCut" _tip="Cut selected message(s) to the clipboard" - accel="*Control*x" pixtype="pixbuf"/> + accel="*Control*x" pixtype="stock" pixname="gtk-cut"/> <cmd name="EditCopy" _tip="Copy selected message(s) to the clipboard" - accel="*Control*c" pixtype="pixbuf"/> + accel="*Control*c" pixtype="stock" pixname="gtk-copy"/> <cmd name="EditPaste" _tip="Paste message(s) from the clipboard" - accel="*Control*v" pixtype="pixbuf"/> + accel="*Control*v" pixtype="stock" pixname="gtk-paste"/> <cmd name="EditInvertSelection" _tip="Select all and only the messages that are not currently selected" @@ -28,7 +28,7 @@ <cmd name="ChangeFolderProperties" _tip="Change the properties of this folder" - pixtype="pixbuf"/> + pixtype="stock" pixname="gtk-properties"/> <cmd name="FolderExpunge" _tip="Permanently remove all deleted messages from this folder" |