diff options
author | William Jon McCann <mccann@jhu.edu> | 2004-06-03 04:37:45 +0800 |
---|---|---|
committer | William Jon McCann <mccann@src.gnome.org> | 2004-06-03 04:37:45 +0800 |
commit | 03fd62545c0dabc123330696472d08ad978b955d (patch) | |
tree | b2fb811e9bba1c97c878305174ab171e246fddf4 | |
parent | 846953d493d286b63b3345442834591551c6d338 (diff) | |
download | gsoc2013-evolution-03fd62545c0dabc123330696472d08ad978b955d.tar gsoc2013-evolution-03fd62545c0dabc123330696472d08ad978b955d.tar.gz gsoc2013-evolution-03fd62545c0dabc123330696472d08ad978b955d.tar.bz2 gsoc2013-evolution-03fd62545c0dabc123330696472d08ad978b955d.tar.lz gsoc2013-evolution-03fd62545c0dabc123330696472d08ad978b955d.tar.xz gsoc2013-evolution-03fd62545c0dabc123330696472d08ad978b955d.tar.zst gsoc2013-evolution-03fd62545c0dabc123330696472d08ad978b955d.zip |
Add toolbar visibility toggle to View menu.
2004-06-01 William Jon McCann <mccann@jhu.edu>
* evolution.xml: Add toolbar visibility toggle to View menu.
svn path=/trunk/; revision=26158
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 37a82c1ea6..a1715ff292 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2004-06-01 William Jon McCann <mccann@jhu.edu> + + * evolution.xml: Add toolbar visibility toggle to View menu. + 2004-05-28 JP Rosevear <jpr@novell.com> * evolution.xml: changed to About Evolution; comment out FAQ diff --git a/ui/evolution.xml b/ui/evolution.xml index 598b82c17b..1ffa411bfe 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -10,6 +10,9 @@ <cmd name="FileExit" _label="E_xit" _tip="Exit the program" pixtype="stock" pixname="gtk-quit" accel="*Control*q"/> + <cmd name="ViewToolbar" _label="T_oolbar" type="toggle" + _tip="Change the visibility of the toolbar" state="1"/> + <cmd name="HelpSubmitBug" _label="Submit Bug Report" _tip="Submit a bug report using Bug Buddy"/> @@ -70,6 +73,7 @@ <submenu name="View" _label="_View"> <placeholder name="ViewBegin"/> <submenu name="Window" _label="_Window"/> + <menuitem name="ViewToolbar" id="ViewToolbar" verb="" accel="*Control**Shift*o"/> <placeholder name="ViewAfterControl"/> </submenu> |