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/evolution-mail-message.xml | |
parent | b38af14a3d7f8262624e8ed97d87f08990ba510e (diff) | |
download | gsoc2013-evolution-cec75c7f59272daf6a6e38960a31e4957102fb83.tar.gz 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/evolution-mail-message.xml')
-rw-r--r-- | ui/evolution-mail-message.xml | 7 |
1 files changed, 4 insertions, 3 deletions
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> |