aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJacob Leach <jleach@src.gnome.org>2001-07-31 23:19:47 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-31 23:19:47 +0800
commit86dfaaef767cb77f5265967aa2a1831e461df55e (patch)
tree6117e082c99a5763184c1d7bcbecbb9143329dee /ui
parent627e7113cc97bc3ca2a94ea7c3a556eb15b95af0 (diff)
downloadgsoc2013-evolution-86dfaaef767cb77f5265967aa2a1831e461df55e.tar
gsoc2013-evolution-86dfaaef767cb77f5265967aa2a1831e461df55e.tar.gz
gsoc2013-evolution-86dfaaef767cb77f5265967aa2a1831e461df55e.tar.bz2
gsoc2013-evolution-86dfaaef767cb77f5265967aa2a1831e461df55e.tar.lz
gsoc2013-evolution-86dfaaef767cb77f5265967aa2a1831e461df55e.tar.xz
gsoc2013-evolution-86dfaaef767cb77f5265967aa2a1831e461df55e.tar.zst
gsoc2013-evolution-86dfaaef767cb77f5265967aa2a1831e461df55e.zip
Use the new Send and Send Later icons for the toolbar and menus in the
composer. (Beautiful work Tuomas and Jakub!) svn path=/trunk/; revision=11511
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-message-composer.xml14
2 files changed, 13 insertions, 6 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index de7d5c700c..a7a06a39c5 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-31 Jason Leach <jleach@ximian.com>
+
+ * evolution-message-composer.xml: Use the new Send and Send Later
+ icons from Jakub and Tuomas.
+
2001-07-29 Damon Chaplin <damon@ximian.com>
* evolution-tasks.xml: use the new print icons.
diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml
index 362881008d..9041b774f8 100644
--- a/ui/evolution-message-composer.xml
+++ b/ui/evolution-message-composer.xml
@@ -25,10 +25,10 @@
<cmd name="FileSend" _label="Send" _tip="Send this message now"
accel="*Ctrl*Return"
- pixtype="stock" pixname="Send Mail"/>
+ pixtype="pixbuf"/>
<cmd name="FileSendLater" _label="Send _later" _tip="Send the message later"
- pixtype="stock" pixname="Send Mail"/>
+ pixtype="pixbuf"/>
<cmd name="FileAttach" _label="Attach" _tip="Attach a file"
accel="*Ctrl**Alt*a"
@@ -83,8 +83,10 @@
<submenu name="File" _label="_File">
<menuitem name="FileOpen" verb="" _label="_Open..."/>
<placeholder name="FileOps"/>
- <menuitem name="FileSend" verb="" _label="Send"/>
- <menuitem name="FileSendLater" verb="" _label="Send _Later"/>
+ <menuitem name="FileSend" verb=""
+ _label="Send" pixtype="pixbuf"/>
+ <menuitem name="FileSendLater" verb=""
+ _label="Send _Later" pixtype="pixbuf"/>
<separator/>
<menuitem name="FileSave" verb="" _label="_Save"/>
<menuitem name="FileSaveAs" verb="" _label="Save _As..."/>
@@ -117,7 +119,7 @@
<submenu name="Insert" _label="_Insert">
<menuitem name="FileAttach" verb=""
- _label="_Attachment..."/>
+ _label="_Attachment..." pixtype="pixbuf"/>
<menuitem name="FileInsertFile" verb=""
_label="Inline Text _File..."/>
<placeholder name="Component"/>
@@ -144,7 +146,7 @@
<dockitem name="Toolbar" behavior="exclusive" hlook="text" vlook="icon">
- <toolitem name="FileSend" verb="" priority="1"/>
+ <toolitem name="FileSend" verb="" pixtype="pixbuf" priority="1"/>
<toolitem name="FileAttach" verb="" pixtype="pixbuf" priority="1"/>