diff options
author | S.Antony Vincent Pandian <santony@gmail.com> | 2005-09-23 17:44:58 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2005-09-23 17:44:58 +0800 |
commit | 7ac4fd8bf939d8f7aef82fa4d21ab26e3d62a072 (patch) | |
tree | d0d2ca2762439e3b2cdc84160f68cebe6719b314 /ui | |
parent | cf7812d3533a55cda581f1684918db9fef83cfc9 (diff) | |
download | gsoc2013-evolution-7ac4fd8bf939d8f7aef82fa4d21ab26e3d62a072.tar.gz gsoc2013-evolution-7ac4fd8bf939d8f7aef82fa4d21ab26e3d62a072.tar.zst gsoc2013-evolution-7ac4fd8bf939d8f7aef82fa4d21ab26e3d62a072.zip |
Have added the "View Status Bar" under the "View" menu This is a toggle
2005-09-23 S.Antony Vincent Pandian <santony@gmail.com>
* Have added the "View Status Bar" under the "View" menu
This is a toggle button to hide/show the status bar
svn path=/trunk/; revision=30371
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution.xml | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 189aea43d7..2be1d8bed7 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2005-09-23 S.Antony Vincent Pandian <santony@gmail.com> + + * evolution.xml: Have added the "View Status Bar" under the "View" menu + This is a toggle button to hide/show the status bar + 2005-08-26 Andre Klapper <a9016009@gmx.de> * evolution-mail-list.xml: Fixing mnemonic conflict (#314351) diff --git a/ui/evolution.xml b/ui/evolution.xml index d68badfb6e..58f1e5e943 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -28,6 +28,9 @@ <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" + _tip="View/Hide the Status Bar" state="1"/> + <cmd name="HelpSubmitBug" _label="Submit Bug Report" _tip="Submit a bug report using Bug Buddy"/> @@ -109,6 +112,7 @@ <placeholder name="ViewBegin"/> <submenu name="Window" _label="_Window"/> <menuitem name="ViewToolbar" id="ViewToolbar" verb="" accel="*Control**Shift*o"/> + <menuitem name="ViewStatusBar" id="ViewStatusBar" accel="*Control**Shift*v"/> <placeholder name="ViewPreview"/> <submenu name="Buttons" _label="_Switcher Appearance"> <menuitem name="ViewButtonsIconText" id="ViewButtonsIconText" verb=""/> |