aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-tasks.xml
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-04-16 17:30:54 +0800
committernobody <nobody@localhost>2001-04-16 17:30:54 +0800
commita7063754437e9ce90775718f69dd0e770a3b8f6e (patch)
treeaaa46c1cf6c9a87e8f291ef7673bd9463803e8c9 /ui/evolution-tasks.xml
parent75a16468d369f58587f27ab4655fbe1c1091fc95 (diff)
downloadgsoc2013-evolution-GNOME-VFS_1_0_1_ANCHOR.tar
gsoc2013-evolution-GNOME-VFS_1_0_1_ANCHOR.tar.gz
gsoc2013-evolution-GNOME-VFS_1_0_1_ANCHOR.tar.bz2
gsoc2013-evolution-GNOME-VFS_1_0_1_ANCHOR.tar.lz
gsoc2013-evolution-GNOME-VFS_1_0_1_ANCHOR.tar.xz
gsoc2013-evolution-GNOME-VFS_1_0_1_ANCHOR.tar.zst
gsoc2013-evolution-GNOME-VFS_1_0_1_ANCHOR.zip
This commit was manufactured by cvs2svn to create tagGNOME-VFS_1_0_1_ANCHOR
'GNOME-VFS_1_0_1_ANCHOR'. svn path=/tags/GNOME-VFS_1_0_1_ANCHOR/; revision=9348
Diffstat (limited to 'ui/evolution-tasks.xml')
-rw-r--r--ui/evolution-tasks.xml84
1 files changed, 0 insertions, 84 deletions
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
deleted file mode 100644
index c0cbe55166..0000000000
--- a/ui/evolution-tasks.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-<Root>
-
- <commands>
- <cmd name="TasksNewTask" pixtype="stock" pixname="New"
- _tip="Create a new task" verb="TasksNewTask"/>
- </commands>
-
- <menu>
- <submenu name="File">
-
- <submenu name="New">
- <placeholder name="NewFirstItem">
- <menuitem name="NewTask"
- verb="TasksNewTask"
- _label="_Task"
- accel="*Control*n"
- pixtype="pixbuf"/>
- </placeholder>
- </submenu>
-
- <placeholder name="FileOps">
-
- <menuitem name="TasksSaveAs" verb=""
- _label="_Save As..."
- _tip="Save task as something else"
- accel="*Control*a"/>
-
- </placeholder>
-
- <placeholder name="Print">
-
- <menuitem name="Print" verb="TasksPrint"
- _label="_Print"
- pixtype="stock" pixname="Print"
- accel="*Control*p"/>
-
- </placeholder>
-
- </submenu>
-
- <submenu name="Edit">
-
-
- </submenu>
-
- <submenu name="Settings">
-
- <menuitem name="Preferences" _label="Tasks Preferences..."
- verb="TasksPreferences" _tip="Alter preferences"
- />
-
- </submenu>
- </menu>
-
- <dockitem name="Toolbar">
- <toolitem name="New" _label="New Task" verb="TasksNewTask"
- priority="1"/>
-
- <separator/>
-
- <toolitem name="Print" _label="Print"
- _tip="Print" verb="TasksPrint"
- pixtype="stock" pixname="Print"/>
-
- </dockitem>
-
-</Root>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-