diff options
author | Not Zed <NotZed@Ximian.com> | 2004-10-19 19:21:29 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-10-19 19:21:29 +0800 |
commit | 2b5f7894090d1dcc8fa5b0b17e0f26c3114ad164 (patch) | |
tree | 5fe60fd86ca9b205196d853484be9603402462d7 | |
parent | be00bf6ac1a1397207ee17c559f637741fb0e640 (diff) | |
download | gsoc2013-evolution-2b5f7894090d1dcc8fa5b0b17e0f26c3114ad164.tar gsoc2013-evolution-2b5f7894090d1dcc8fa5b0b17e0f26c3114ad164.tar.gz gsoc2013-evolution-2b5f7894090d1dcc8fa5b0b17e0f26c3114ad164.tar.bz2 gsoc2013-evolution-2b5f7894090d1dcc8fa5b0b17e0f26c3114ad164.tar.lz gsoc2013-evolution-2b5f7894090d1dcc8fa5b0b17e0f26c3114ad164.tar.xz gsoc2013-evolution-2b5f7894090d1dcc8fa5b0b17e0f26c3114ad164.tar.zst gsoc2013-evolution-2b5f7894090d1dcc8fa5b0b17e0f26c3114ad164.zip |
** See bug #67864.
2004-10-18 Not Zed <NotZed@Ximian.com>
** See bug #67864.
* evolution.xml: change the shortcut for toolbar to b.
svn path=/trunk/; revision=27620
-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" |