aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-08-01 00:23:28 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-08-01 00:23:28 +0800
commit8b75b6f1c10ad17bf206e24cd1d50399c029a928 (patch)
treeca0d270ce5317730740967ea087cce676966ae9a
parentd96fe8dc0a462489d863ee32f46e1631ca129e3e (diff)
downloadgsoc2013-evolution-8b75b6f1c10ad17bf206e24cd1d50399c029a928.tar
gsoc2013-evolution-8b75b6f1c10ad17bf206e24cd1d50399c029a928.tar.gz
gsoc2013-evolution-8b75b6f1c10ad17bf206e24cd1d50399c029a928.tar.bz2
gsoc2013-evolution-8b75b6f1c10ad17bf206e24cd1d50399c029a928.tar.lz
gsoc2013-evolution-8b75b6f1c10ad17bf206e24cd1d50399c029a928.tar.xz
gsoc2013-evolution-8b75b6f1c10ad17bf206e24cd1d50399c029a928.tar.zst
gsoc2013-evolution-8b75b6f1c10ad17bf206e24cd1d50399c029a928.zip
Add a pixmap to the Tasks Settings option to make it consistent with the
2001-07-31 Federico Mena Quintero <federico@ximian.com> * evolution-tasks.xml: Add a pixmap to the Tasks Settings option to make it consistent with the one in the calendar folder. svn path=/trunk/; revision=11515
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-tasks.xml9
2 files changed, 9 insertions, 5 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index a7a06a39c5..cb8de9c5ee 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-31 Federico Mena Quintero <federico@ximian.com>
+
+ * evolution-tasks.xml: Add a pixmap to the Tasks Settings option
+ to make it consistent with the one in the calendar folder.
+
2001-07-31 Jason Leach <jleach@ximian.com>
* evolution-message-composer.xml: Use the new Send and Send Later
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index 1ba386cdfa..87723b62d4 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -14,8 +14,7 @@
<cmd name="TasksPaste" pixtype="stock" pixname="Paste"
_tip="Paste task from the clipboard" verb="TasksPaste" accel="*Control*v"/>
- <cmd name="TasksPreferences" _tip="Set task view preferences"
- _verb="TasksPreferences"/>
+ <cmd name="TasksSettings" _tip="Configure the task view's settings"/>
</commands>
<menu>
@@ -68,9 +67,9 @@
<submenu name="Tools">
<placeholder name="Component">
- <menuitem name="Preferences"
- _label="_Tasks Settings..."
- verb="TasksPreferences"/>
+ <menuitem name="TasksSettings"
+ _label="Tasks Settings"
+ verb="TasksSettings" pixtype="pixbuf"/>
</placeholder>
</submenu>