aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-05-22 06:37:40 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-05-22 06:37:40 +0800
commitf825ab30af5fb433efde95cbe3aced99f2059b48 (patch)
tree26ebf706179122f38a19862cee553a01c8829c4e
parent5c4cfb5bbb08d2a2c560ddd0e6d5521bc7729123 (diff)
downloadgsoc2013-evolution-f825ab30af5fb433efde95cbe3aced99f2059b48.tar
gsoc2013-evolution-f825ab30af5fb433efde95cbe3aced99f2059b48.tar.gz
gsoc2013-evolution-f825ab30af5fb433efde95cbe3aced99f2059b48.tar.bz2
gsoc2013-evolution-f825ab30af5fb433efde95cbe3aced99f2059b48.tar.lz
gsoc2013-evolution-f825ab30af5fb433efde95cbe3aced99f2059b48.tar.xz
gsoc2013-evolution-f825ab30af5fb433efde95cbe3aced99f2059b48.tar.zst
gsoc2013-evolution-f825ab30af5fb433efde95cbe3aced99f2059b48.zip
Added a Delete button on the toolbar.
2001-05-21 Federico Mena Quintero <federico@ximian.com> * evolution-tasks.xml: Added a Delete button on the toolbar. svn path=/trunk/; revision=9909
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-tasks.xml26
2 files changed, 13 insertions, 17 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 4d3114cf62..31e4cb24d8 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-21 Federico Mena Quintero <federico@ximian.com>
+
+ * evolution-tasks.xml: Added a Delete button on the toolbar.
+
2001-05-20 Ettore Perazzoli <ettore@ximian.com>
* evolution.xml: Add a control placeholder named "OfflineToggle"
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index c0cbe55166..1691c20302 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -3,6 +3,9 @@
<commands>
<cmd name="TasksNewTask" pixtype="stock" pixname="New"
_tip="Create a new task" verb="TasksNewTask"/>
+ <cmd name="TasksDelete" _label="Delete" pixtype="stock" pixname="Trash"
+ _tip="Delete selected tasks" verb="TasksDelete"
+ accel="Delete" sensitive="0"/>
</commands>
<menu>
@@ -40,6 +43,8 @@
<submenu name="Edit">
+ <menuitem name="Delete" verb="TasksDelete"
+ _label="_Delete"/>
</submenu>
@@ -58,6 +63,10 @@
<separator/>
+ <toolitem name="Delete" verb="TasksDelete"/>
+
+ <separator/>
+
<toolitem name="Print" _label="Print"
_tip="Print" verb="TasksPrint"
pixtype="stock" pixname="Print"/>
@@ -65,20 +74,3 @@
</dockitem>
</Root>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-