diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-09-26 05:22:37 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-26 05:22:37 +0800 |
commit | cec75c7f59272daf6a6e38960a31e4957102fb83 (patch) | |
tree | 0392679b9543262e39000d82180e47921e5cf665 /ui | |
parent | b38af14a3d7f8262624e8ed97d87f08990ba510e (diff) | |
download | gsoc2013-evolution-cec75c7f59272daf6a6e38960a31e4957102fb83.tar gsoc2013-evolution-cec75c7f59272daf6a6e38960a31e4957102fb83.tar.gz gsoc2013-evolution-cec75c7f59272daf6a6e38960a31e4957102fb83.tar.bz2 gsoc2013-evolution-cec75c7f59272daf6a6e38960a31e4957102fb83.tar.lz gsoc2013-evolution-cec75c7f59272daf6a6e38960a31e4957102fb83.tar.xz gsoc2013-evolution-cec75c7f59272daf6a6e38960a31e4957102fb83.tar.zst gsoc2013-evolution-cec75c7f59272daf6a6e38960a31e4957102fb83.zip |
Make the Zoom accels the same as galeon so people will shut the fuck up
2002-09-25 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-message.xml: Make the Zoom accels the same as
galeon so people will shut the fuck up about it.
svn path=/trunk/; revision=18219
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 5f8d1f1c9f..00436784f8 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2002-09-25 Jeffrey Stedfast <fejj@ximian.com> + + * evolution-mail-message.xml: Make the Zoom accels the same as + galeon so people will shut the fuck up about it. + 2002-09-04 Ettore Perazzoli <ettore@ximian.com> * evolution-mail-message.xml: Add back "period" and "comma" as diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 1a2c4dea8a..e859a85813 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -186,14 +186,15 @@ <cmd name="TextZoomIn" _tip="Increase the text size" - accel="*Control*equal" /> + accel="*Control*8"/> <cmd name="TextZoomOut" _tip="Decrease the text size" - accel="*Control*minus" /> + accel="*Control*0"/> <cmd name="TextZoomReset" - _tip="Reset the text to its original size"/> + _tip="Reset the text to its original size" + accel="*Control*9"/> </commands> |