aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-message-composer.xml
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2004-05-26 04:54:01 +0800
committerWilliam Jon McCann <mccann@src.gnome.org>2004-05-26 04:54:01 +0800
commitebb89b17ef6820efce8134cd0dacf9ea03f1b6f5 (patch)
treebcc7c3c32d72fdd0beb98b149d126f1e281f28e3 /ui/evolution-message-composer.xml
parent7dfee05355fb0086563434285ac1a524e78cd2bd (diff)
downloadgsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.tar
gsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.tar.gz
gsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.tar.bz2
gsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.tar.lz
gsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.tar.xz
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-message-composer.xml')
-rw-r--r--ui/evolution-message-composer.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml
index 0044a7e0d3..19d4365fe7 100644
--- a/ui/evolution-message-composer.xml
+++ b/ui/evolution-message-composer.xml
@@ -2,18 +2,18 @@
<commands>
<cmd name="FileOpen" _label="Open" hidden="1"
- _tip="Open a file" pixtype="stock" pixname="Open" accel="*Control*o"/>
+ _tip="Open a file" pixtype="stock" pixname="gtk-open" accel="*Control*o"/>
<cmd name="FileSave" _label="Save"
- _tip="Save the current file" pixtype="pixbuf"
+ _tip="Save the current file" pixtype="stock" pixname="gtk-save"
accel="*Ctrl*s"/>
<cmd name="FileSaveAs" _label="Save As"
_tip="Save the current file with a different name"
- pixtype="pixbuf"/>
+ pixtype="stock" pixname="gtk-save-as"/>
<cmd name="FileClose" _label="Close"
- _tip="Close the current file" pixtype="stock" pixname="Close"
+ _tip="Close the current file" pixtype="stock" pixname="gtk-close"
accel="*Ctrl*w"/>
<cmd name="FileSaveInFolder" _label="Save in folder..."
@@ -28,6 +28,7 @@
pixtype="pixbuf"/>
<cmd name="DeleteAll" _label="_Delete all"
+ pixtype="stock" pixname="gtk-delete"
_tip="Delete all but signature"/>
<cmd name="FormatHtml" _label="HT_ML" _tip="Send the mail in HTML format"