aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-07-31 06:25:44 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-07-31 06:25:44 +0800
commit2d18e9894a5baf8a2df85f8249b0c2736b0d7567 (patch)
tree9b852172385bb67895c99060238bf3e497f0701a
parentb7e0730aab5e67535dd8bcd70e400869fa55601b (diff)
downloadgsoc2013-evolution-2d18e9894a5baf8a2df85f8249b0c2736b0d7567.tar
gsoc2013-evolution-2d18e9894a5baf8a2df85f8249b0c2736b0d7567.tar.gz
gsoc2013-evolution-2d18e9894a5baf8a2df85f8249b0c2736b0d7567.tar.bz2
gsoc2013-evolution-2d18e9894a5baf8a2df85f8249b0c2736b0d7567.tar.lz
gsoc2013-evolution-2d18e9894a5baf8a2df85f8249b0c2736b0d7567.tar.xz
gsoc2013-evolution-2d18e9894a5baf8a2df85f8249b0c2736b0d7567.tar.zst
gsoc2013-evolution-2d18e9894a5baf8a2df85f8249b0c2736b0d7567.zip
use the new print icons.
2001-07-29 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: use the new print icons. svn path=/trunk/; revision=11495
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-tasks.xml20
2 files changed, 16 insertions, 8 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index f39467b29d..de7d5c700c 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-29 Damon Chaplin <damon@ximian.com>
+
+ * evolution-tasks.xml: use the new print icons.
+
2001-07-30 Jason Leach <jleach@ximian.com>
* evolution-mail-message.xml: Correct the tooltip for the Print
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index 5eeff7eea8..1ba386cdfa 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -1,7 +1,7 @@
<Root>
<commands>
- <cmd name="TasksNewTask" pixtype="stock" pixname="New"
+ <cmd name="TasksNewTask" pixtype="pixbuf"
_tip="Create a new task" verb="TasksNewTask"/>
<cmd name="TasksDelete" _label="Delete" pixtype="stock" pixname="Trash"
_tip="Delete selected tasks" verb="TasksDelete"
@@ -42,9 +42,13 @@
<placeholder name="Print">
+ <menuitem name="Print Preview" verb="TasksPrintPreview"
+ _label="Print Pre_view"
+ pixtype="pixbuf"/>
+
<menuitem name="Print" verb="TasksPrint"
_label="_Print"
- pixtype="stock" pixname="Print"
+ pixtype="pixbuf"
accel="*Control*p"/>
</placeholder>
@@ -74,17 +78,17 @@
<dockitem name="Toolbar">
<toolitem name="New" _label="New Task" verb="TasksNewTask"
- priority="1"/>
-
- <separator/>
-
- <toolitem name="Delete" verb="TasksDelete"/>
+ priority="1" pixtype="pixbuf"/>
<separator/>
<toolitem name="Print" _label="Print"
_tip="Print" verb="TasksPrint"
- pixtype="stock" pixname="Print"/>
+ pixtype="pixbuf"/>
+
+ <separator/>
+
+ <toolitem name="Delete" verb="TasksDelete"/>
</dockitem>