diff options
author | Damon Chaplin <damon@ximian.com> | 2002-03-05 03:35:21 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2002-03-05 03:35:21 +0800 |
commit | bc1fc10660194a000192c2ced866178ea56f3870 (patch) | |
tree | a0a46673bac7403e8d383f8c272b9cb2f368c5f1 | |
parent | 09ab532c3911637053adea51e3d19f04e63493cc (diff) | |
download | gsoc2013-evolution-bc1fc10660194a000192c2ced866178ea56f3870.tar gsoc2013-evolution-bc1fc10660194a000192c2ced866178ea56f3870.tar.gz gsoc2013-evolution-bc1fc10660194a000192c2ced866178ea56f3870.tar.bz2 gsoc2013-evolution-bc1fc10660194a000192c2ced866178ea56f3870.tar.lz gsoc2013-evolution-bc1fc10660194a000192c2ced866178ea56f3870.tar.xz gsoc2013-evolution-bc1fc10660194a000192c2ced866178ea56f3870.tar.zst gsoc2013-evolution-bc1fc10660194a000192c2ced866178ea56f3870.zip |
added Print & PrintPreview stuff.
2002-03-04 Damon Chaplin <damon@ximian.com>
* evolution-tasks.xml: added Print & PrintPreview stuff.
svn path=/trunk/; revision=15905
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-tasks.xml | 15 |
2 files changed, 19 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 1458dd01cc..dc88e24f47 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2002-03-04 Damon Chaplin <damon@ximian.com> + + * evolution-tasks.xml: added Print & PrintPreview stuff. + 2002-02-21 Ettore Perazzoli <ettore@ximian.com> * evolution.xml: Add NewComboButton and a separator. diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index 8aea207c62..81bd494fb2 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -2,6 +2,10 @@ <commands> <cmd name="TasksNewTask" pixtype="pixbuf" _tip="Create a new task"/> + <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"/> @@ -23,6 +27,15 @@ <separator/> </placeholder> </submenu> + + <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"> @@ -70,6 +83,8 @@ <toolitem name="Delete" verb="TasksDelete" pixtype="pixbuf"/> + <toolitem name="Print" verb="TasksPrint" pixtype = "pixbuf"/> + </dockitem> </Root> |