diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-tasks.xml | 9 |
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> |