diff options
author | JP Rosevear <jpr@ximian.com> | 2001-06-22 04:34:55 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-06-22 04:34:55 +0800 |
commit | 9dc1d9944eed40344ce7348ba75933da09ecf1cb (patch) | |
tree | 71f1c87f343bc05e6006d94e5b922b3464a0c76d /ui | |
parent | d8008cf45ab715a06e631a4c7e62c5910f7b449f (diff) | |
download | gsoc2013-evolution-9dc1d9944eed40344ce7348ba75933da09ecf1cb.tar gsoc2013-evolution-9dc1d9944eed40344ce7348ba75933da09ecf1cb.tar.gz gsoc2013-evolution-9dc1d9944eed40344ce7348ba75933da09ecf1cb.tar.bz2 gsoc2013-evolution-9dc1d9944eed40344ce7348ba75933da09ecf1cb.tar.lz gsoc2013-evolution-9dc1d9944eed40344ce7348ba75933da09ecf1cb.tar.xz gsoc2013-evolution-9dc1d9944eed40344ce7348ba75933da09ecf1cb.tar.zst gsoc2013-evolution-9dc1d9944eed40344ce7348ba75933da09ecf1cb.zip |
add toolbar
2001-06-21 JP Rosevear <jpr@ximian.com>
* evolution-comp-editor.xml: add toolbar
svn path=/trunk/; revision=10381
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-comp-editor.xml | 21 |
2 files changed, 24 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 582dac76f4..22ad149e10 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-06-21 JP Rosevear <jpr@ximian.com> + + * evolution-comp-editor.xml: add toolbar + 2001-06-20 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: collapse print commands here diff --git a/ui/evolution-comp-editor.xml b/ui/evolution-comp-editor.xml index d6eac54022..74d313bfbe 100644 --- a/ui/evolution-comp-editor.xml +++ b/ui/evolution-comp-editor.xml @@ -25,7 +25,7 @@ _tip="Delete this appointment" pixtype="stock" pixname="Trash"/> - <cmd name="FileClose" _label="_Close" + <cmd name="FileClose" _label="C_lose" _tip="Close this appointment" pixtype="stock" pixname="Close" accel="*Control*w"/> @@ -77,4 +77,23 @@ </menu> +<dockitem name="Toolbar"relief="none" behavior="exclusive" + _tip="Main toolbar" hlook="text" vlook="icon"> + + <toolitem name="FileSaveAndClose" verb="" _label="Save and Close" priority="1"/> + + <separator/> + + <toolitem name="FilePrint" verb="" _label="Print" priority="1"/> + + <toolitem name="FilePrintPreview" verb="" _label="Print Preview" priority="1"/> + + <separator/> + + <toolitem name="FileDelete" verb="" _label="Delete" priority="1"/> + + <toolitem name="FileClose" verb="" _label="Close" priority="1"/> + +</dockitem> + </Root> |