aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-tasks.xml
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-11-01 21:26:26 +0800
committernobody <nobody@localhost>2002-11-01 21:26:26 +0800
commit0ffd79d9eacd8e9049779e19c9f9c0f3e11e48c4 (patch)
tree8ae783cd6c35d09da0b72d5d0a203f8980c8eddf /ui/evolution-tasks.xml
parent8ae8cb35257f42c905c86eb424759fdfde97eb41 (diff)
downloadgsoc2013-evolution-0ffd79d9eacd8e9049779e19c9f9c0f3e11e48c4.tar
gsoc2013-evolution-0ffd79d9eacd8e9049779e19c9f9c0f3e11e48c4.tar.gz
gsoc2013-evolution-0ffd79d9eacd8e9049779e19c9f9c0f3e11e48c4.tar.bz2
gsoc2013-evolution-0ffd79d9eacd8e9049779e19c9f9c0f3e11e48c4.tar.lz
gsoc2013-evolution-0ffd79d9eacd8e9049779e19c9f9c0f3e11e48c4.tar.xz
gsoc2013-evolution-0ffd79d9eacd8e9049779e19c9f9c0f3e11e48c4.tar.zst
gsoc2013-evolution-0ffd79d9eacd8e9049779e19c9f9c0f3e11e48c4.zip
This commit was manufactured by cvs2svn to create tagRELEASE_1_0_1
'RELEASE_1_0_1'. svn path=/tags/RELEASE_1_0_1/; revision=18481
Diffstat (limited to 'ui/evolution-tasks.xml')
-rw-r--r--ui/evolution-tasks.xml66
1 files changed, 0 insertions, 66 deletions
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
deleted file mode 100644
index c7fa81f0c6..0000000000
--- a/ui/evolution-tasks.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<Root>
- <commands>
- <cmd name="TasksPrint" _tip="Print the list of tasks" pixtype="pixbuf"
- accel="*Control*p"/>
- <cmd name="TasksPrintPreview" _tip="Previews the list of tasks to be printed" pixtype="pixbuf"/>
-
- <cmd name="TasksCut" _tip="Cut selected task" accel="*Control*x"/>
- <cmd name="TasksCopy" _tip="Copy selected task" accel="*Control*c"/>
- <cmd name="TasksPaste" _tip="Paste task from the clipboard" accel="*Control*v"/>
- <cmd name="TasksDelete" _tip="Delete selected tasks" accel="*Control*d" sensitive="0"/>
- <cmd name="TasksMarkComplete" _tip="Delete selected tasks" accel="*Control*k" sensitive="0"/>
-
- <cmd name="TasksExpunge" _label="_Expunge" _tip="Delete completed tasks"
- accel="*Control*e"/>
- </commands>
-
- <menu>
- <submenu name="File">
- <placeholder name="Print">
- <menuitem name="PrintPreview" verb="TasksPrintPreview"
- _label="Print Pre_view" pixtype="pixbuf"/>
-
- <menuitem name="Print" verb="TasksPrint" accel="*Control*p"
- _label="_Print..." pixtype="pixbuf"/>
- </placeholder>
-
- </submenu>
-
- <placeholder name="EditPlaceholder">
- <submenu name="Edit" _label="_Edit">
- <menuitem name="TasksCut" verb="" _label="C_ut" pixtype="pixbuf"/>
- <menuitem name="TasksCopy" verb="" _label="_Copy" pixtype="pixbuf"/>
- <menuitem name="TasksPaste" verb="" _label="_Paste" pixtype="pixbuf"/>
-
- <separator/>
-
- <menuitem name="TasksDelete" verb="" _label="_Delete" pixtype="pixbuf"/>
-
- <separator/>
-
- <menuitem name="TasksMarkComplete" verb="" _label="Mar_k as Complete"/>
- </submenu>
- </placeholder>
-
- <submenu name="Actions" _label="_Actions">
- <placeholder name="ComponentActionsPlaceholder">
- <menuitem name="TasksExpunge" verb="" pixtype="pixbuf"/>
- </placeholder>
- </submenu>
-
- </menu>
-
- <dockitem name="Toolbar">
- <toolitem name="Cut" _label="Cut" verb="TasksCut" pixtype="pixbuf"/>
- <toolitem name="Copy" _label="Copy" verb="TasksCopy" pixtype="pixbuf"/>
- <toolitem name="Paste" _label="Paste" verb="TasksPaste" pixtype="pixbuf"/>
-
- <separator/>
-
- <toolitem name="Delete" verb="TasksDelete" pixtype="pixbuf"/>
-
- <toolitem name="Print" verb="TasksPrint" pixtype = "pixbuf"/>
-
- </dockitem>
-
-</Root>