diff options
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 1c1aae7906..df10402fb5 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2004-10-18 Not Zed <NotZed@Ximian.com> + + ** See bug #67864. + + * evolution.xml: change the shortcut for toolbar to b. + 2004-06-22 V Ravi Kumar Raju <vravikr@yahoo.co.uk> * evolution-addressbook.xml: Remove the Menu Seperator in View diff --git a/ui/evolution.xml b/ui/evolution.xml index 1ffa411bfe..c4e7b04a21 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -10,7 +10,7 @@ <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" + <cmd name="ViewToolbar" _label="Tool_bar" type="toggle" _tip="Change the visibility of the toolbar" state="1"/> <cmd name="HelpSubmitBug" _label="Submit Bug Report" |