diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-08-01 17:11:56 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-01 17:11:56 +0800 |
commit | 993a74a8c03b250f8d9dbffc5635882f0cedcaf0 (patch) | |
tree | 3747d68c7d5a22263d2ccac936f7b040ac6d17b6 /ui/evolution-message-composer.xml | |
parent | ca7c6e2fc0a252a41df1dcd658f632bda4b934c0 (diff) | |
download | gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar.gz gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.tar.zst gsoc2013-evolution-993a74a8c03b250f8d9dbffc5635882f0cedcaf0.zip |
More updates to icons, this time the Save, Save As, and Search icons for
a few places.
svn path=/trunk/; revision=11544
Diffstat (limited to 'ui/evolution-message-composer.xml')
-rw-r--r-- | ui/evolution-message-composer.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index eb83c0a546..b3731d7937 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -5,12 +5,12 @@ _tip="Open a file" pixtype="stock" pixname="Open" accel="*Control*o"/> <cmd name="FileSave" _label="Save" - _tip="Save the current file" pixtype="stock" pixname="Save" + _tip="Save the current file" pixtype="pixbuf" accel="*Ctrl*s"/> <cmd name="FileSaveAs" _label="Save As" _tip="Save the current file with a different name" - pixtype="stock" pixname="Save As"/> + pixtype="pixbuf"/> <cmd name="FileClose" _label="Close" _tip="Close the current file" pixtype="stock" pixname="Close" @@ -89,9 +89,9 @@ <menuitem name="FileOpen" verb="" _label="_Open..."/> <placeholder name="FileOps"/> <menuitem name="FileSend" verb="" - _label="Send" pixtype="pixbuf"/> + _label="Send"/> <menuitem name="FileSendLater" verb="" - _label="Send _Later" pixtype="pixbuf"/> + _label="Send _Later"/> <separator/> <menuitem name="FileSave" verb="" _label="_Save"/> <menuitem name="FileSaveAs" verb="" _label="Save _As..."/> |