aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-tasks.xml
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-08-19 10:41:14 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-08-19 10:41:14 +0800
commit8c9ee34262ef869ba257b36935f35c26866936f6 (patch)
treeaf991fe0761600b31869ff6fa98b799c9c2113db /ui/evolution-tasks.xml
parentcebe14e00b9c2023f2514603ad2300f44a72983f (diff)
downloadgsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.gz
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.bz2
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.lz
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.xz
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.zst
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.zip
used the new Cut/Copy/Paste icons. Removed the Save As/Print/Print Preview
2001-08-18 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: used the new Cut/Copy/Paste icons. Removed the Save As/Print/Print Preview commands as they do nothing. * evolution-comp-editor.xml: used the new Save/Save As icons. * evolution-calendar.xml: used the new Cut/Copy/Paste icons. svn path=/trunk/; revision=12213
Diffstat (limited to 'ui/evolution-tasks.xml')
-rw-r--r--ui/evolution-tasks.xml40
1 files changed, 6 insertions, 34 deletions
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index c2d0c94eba..61070f0c65 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -7,11 +7,11 @@
_tip="Delete selected tasks" verb="TasksDelete"
accel="Delete" sensitive="0"/>
- <cmd name="TasksCut" pixtype="stock" pixname="Cut"
+ <cmd name="TasksCut"
_tip="Cut selected task" verb="TasksCut" accel="*Control*x"/>
- <cmd name="TasksCopy" pixtype="stock" pixname="Copy"
+ <cmd name="TasksCopy"
_tip="Copy selected task" verb="TasksCopy" accel="*Control*c"/>
- <cmd name="TasksPaste" pixtype="stock" pixname="Paste"
+ <cmd name="TasksPaste"
_tip="Paste task from the clipboard" verb="TasksPaste" accel="*Control*v"/>
<cmd name="TasksSettings" _tip="Configure the task view's settings"/>
@@ -30,35 +30,13 @@
</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 Preview" verb="TasksPrintPreview"
- _label="Print Pre_view"
- pixtype="pixbuf"/>
-
- <menuitem name="Print" verb="TasksPrint"
- _label="_Print Task..."
- pixtype="pixbuf"
- accel="*Control*p"/>
-
- </placeholder>
-
</submenu>
<submenu name="Edit">
- <menuitem name="Cut" verb="TasksCut" _label="C_ut"/>
- <menuitem name="Copy" verb="TasksCopy" _label="_Copy"/>
- <menuitem name="Paste" verb="TasksPaste" _label="_Paste"/>
+ <menuitem name="Cut" verb="TasksCut" _label="C_ut" pixtype="pixbuf"/>
+ <menuitem name="Copy" verb="TasksCopy" _label="_Copy" pixtype="pixbuf"/>
+ <menuitem name="Paste" verb="TasksPaste" _label="_Paste" pixtype="pixbuf"/>
<menuitem name="Delete" verb="TasksDelete"
_label="_Delete"/>
@@ -79,12 +57,6 @@
<separator/>
- <toolitem name="Print" _label="Print"
- _tip="Print" verb="TasksPrint"
- pixtype="pixbuf"/>
-
- <separator/>
-
<toolitem name="Delete" verb="TasksDelete"/>
</dockitem>