aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-tasks.xml
diff options
context:
space:
mode:
authorKidd Wang <kidd.wang@sun.com>2004-01-06 14:02:45 +0800
committerHarry Lu <haip@src.gnome.org>2004-01-06 14:02:45 +0800
commite409aaa013689b2fc165b63dc2a237deafebc279 (patch)
tree3a19864a0b6acc15976ceeeec90ef811c27ca95d /ui/evolution-tasks.xml
parent3e09ab6d6f1efee104f7c66ec292339e31c91ded (diff)
downloadgsoc2013-evolution-e409aaa013689b2fc165b63dc2a237deafebc279.tar
gsoc2013-evolution-e409aaa013689b2fc165b63dc2a237deafebc279.tar.gz
gsoc2013-evolution-e409aaa013689b2fc165b63dc2a237deafebc279.tar.bz2
gsoc2013-evolution-e409aaa013689b2fc165b63dc2a237deafebc279.tar.lz
gsoc2013-evolution-e409aaa013689b2fc165b63dc2a237deafebc279.tar.xz
gsoc2013-evolution-e409aaa013689b2fc165b63dc2a237deafebc279.tar.zst
gsoc2013-evolution-e409aaa013689b2fc165b63dc2a237deafebc279.zip
Add a menu item [Open Task] to [File] for the tasks component.
2003-12-31 Kidd Wang <kidd.wang@sun.com> * evolution-tasks.xml: Add a menu item [Open Task] to [File] for the tasks component. svn path=/trunk/; revision=24063
Diffstat (limited to 'ui/evolution-tasks.xml')
-rw-r--r--ui/evolution-tasks.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index 7403d20af3..7ec1ede72f 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -1,5 +1,6 @@
<Root>
<commands>
+ <cmd name="TasksOpenTask" _tip="View the selected task" accel="*Control*o"/>
<cmd name="TasksPrint" _tip="Print the list of tasks" pixtype="stock" pixname="gtk-print"
accel="*Control*p"/>
<cmd name="TasksPrintPreview" _tip="Previews the list of tasks to be printed" pixtype="stock" pixname="gtk-print-preview"/>
@@ -16,6 +17,9 @@
<menu>
<submenu name="File">
+ <placeholder name="FileOps">
+ <menuitem name="OpenTask" verb="TasksOpenTask" _label="_Open Task"/>
+ </placeholder>
<placeholder name="Print">
<menuitem name="PrintPreview" verb="TasksPrintPreview" _label="Print Pre_view"/>