diff options
author | Rajeev Ramanathan <rajeevramanathan_2004@yahoo.co.in> | 2006-01-30 13:16:26 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-01-30 13:16:26 +0800 |
commit | 93acd6f496c863f385eb6fd995f964c84e89a9d2 (patch) | |
tree | a457f89c9a7ff326b70e98fe3e494d4c3c85f532 /ui | |
parent | cb8a9a3fe2932ae60c3de8a2277b48e29afa0b78 (diff) | |
download | gsoc2013-evolution-93acd6f496c863f385eb6fd995f964c84e89a9d2.tar.gz gsoc2013-evolution-93acd6f496c863f385eb6fd995f964c84e89a9d2.tar.zst gsoc2013-evolution-93acd6f496c863f385eb6fd995f964c84e89a9d2.zip |
Added a menu item for show/hide side bar. Also changed the mnemonics for
2006-01-30 Rajeev Ramanathan <rajeevramanathan_2004@yahoo.co.in>
* evolution.xml: Added a menu item for show/hide side bar.
Also changed the mnemonics for toobar.
svn path=/trunk/; revision=31344
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution.xml | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index bcd6461f63..b1cad2f56e 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,10 @@ 2006-01-30 Rajeev Ramanathan <rajeevramanathan_2004@yahoo.co.in> + * evolution.xml: Added a menu item for show/hide side bar. + Also changed the mnemonics for toobar. + +2006-01-30 Rajeev Ramanathan <rajeevramanathan_2004@yahoo.co.in> + ** Fixes bug #327304 * evolution-calendar.xml: Added pixbuf for calendar prev/next buttons diff --git a/ui/evolution.xml b/ui/evolution.xml index 11d73af847..d23903b4b4 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -28,9 +28,12 @@ <cmd name="ViewToolbar" _label="Tool_bar" type="toggle" _tip="Change the visibility of the toolbar" state="1"/> - <cmd name="ViewStatusBar" _label="_View Status Bar" type="toggle" + <cmd name="ViewStatusBar" _label="Status _Bar" type="toggle" _tip="View/Hide the Status Bar" state="1"/> + <cmd name="ViewSideBar" _label="Side _Bar" type="toggle" + _tip="View/Hide the Side Bar" state="1"/> + <cmd name="HelpSubmitBug" _label="Submit Bug Report" _tip="Submit a bug report using Bug Buddy"/> @@ -113,6 +116,7 @@ <submenu name="Window" _label="_Window"/> <menuitem name="ViewToolbar" id="ViewToolbar" verb=""/> <menuitem name="ViewStatusBar" id="ViewStatusBar"/> + <menuitem name="ViewSideBar" id="ViewSideBar"/> <placeholder name="ViewPreview"/> <submenu name="Buttons" _label="_Switcher Appearance"> <menuitem name="ViewButtonsIconText" id="ViewButtonsIconText" verb=""/> |