aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-08-20 14:10:33 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-08-20 14:10:33 +0800
commitbea94cd411f0f8fcefe7cc33c0e783c8235b0ce0 (patch)
treecb3f746aab21730a71322ca16d69f0773252aaa2 /ui
parent365f40c5041c0afed1706ec61bfcc29039691653 (diff)
downloadgsoc2013-evolution-bea94cd411f0f8fcefe7cc33c0e783c8235b0ce0.tar
gsoc2013-evolution-bea94cd411f0f8fcefe7cc33c0e783c8235b0ce0.tar.gz
gsoc2013-evolution-bea94cd411f0f8fcefe7cc33c0e783c8235b0ce0.tar.bz2
gsoc2013-evolution-bea94cd411f0f8fcefe7cc33c0e783c8235b0ce0.tar.lz
gsoc2013-evolution-bea94cd411f0f8fcefe7cc33c0e783c8235b0ce0.tar.xz
gsoc2013-evolution-bea94cd411f0f8fcefe7cc33c0e783c8235b0ce0.tar.zst
gsoc2013-evolution-bea94cd411f0f8fcefe7cc33c0e783c8235b0ce0.zip
use new delete icons in menu & toolbar.
2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: use new delete icons in menu & toolbar. svn path=/trunk/; revision=12252
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-tasks.xml6
2 files changed, 7 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 96dd28bc32..c04c6f66ce 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,5 +1,9 @@
2001-08-20 Damon Chaplin <damon@ximian.com>
+ * evolution-tasks.xml: use new delete icons in menu & toolbar.
+
+2001-08-20 Damon Chaplin <damon@ximian.com>
+
* evolution-mail-list.xml: use Cut/Copy/Paste icons.
2001-08-20 Damon Chaplin <damon@ximian.com>
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index 61070f0c65..bde4579bde 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -3,7 +3,7 @@
<commands>
<cmd name="TasksNewTask" pixtype="pixbuf"
_tip="Create a new task" verb="TasksNewTask"/>
- <cmd name="TasksDelete" _label="Delete" pixtype="stock" pixname="Trash"
+ <cmd name="TasksDelete" _label="Delete"
_tip="Delete selected tasks" verb="TasksDelete"
accel="Delete" sensitive="0"/>
@@ -38,7 +38,7 @@
<menuitem name="Copy" verb="TasksCopy" _label="_Copy" pixtype="pixbuf"/>
<menuitem name="Paste" verb="TasksPaste" _label="_Paste" pixtype="pixbuf"/>
<menuitem name="Delete" verb="TasksDelete"
- _label="_Delete"/>
+ _label="_Delete" pixtype="pixbuf"/>
</submenu>
@@ -57,7 +57,7 @@
<separator/>
- <toolitem name="Delete" verb="TasksDelete"/>
+ <toolitem name="Delete" verb="TasksDelete" pixtype="pixbuf"/>
</dockitem>