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-message.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-message.xml')
-rw-r--r-- | ui/evolution-mail-message.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 45965f1faf..8c8d6f0d9a 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -146,17 +146,17 @@ <cmd name="MessageSaveAs" _tip="Save the message as a text file" accel="*Control**Alt*s" - pixtype="pixbuf"/> + pixtype="stock" pixname="gtk-save-as"/> <cmd name="MessageSearch" _tip="Search for text in the body of the displayed message" accel="*Control*s" - pixtype="pixbuf"/> + pixtype="stock" pixname="gtk-find"/> <cmd name="MessageUndelete" _tip="Un-delete the selected messages" accel="*Control*u" - pixtype="pixbuf"/> + pixtype="stock" pixname="gtk-undelete"/> <cmd name="PrintMessage" _tip="Print this message" |