diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-24 04:50:41 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-24 04:50:41 +0800 |
commit | 252e27586eb4a622cf86cac29b8bf59ff85af613 (patch) | |
tree | da654876b377dccf74ed57964ef3abc2b8757830 | |
parent | b7f80576ce2c16c9a6cd56a1c8a8f9326a3d3a82 (diff) | |
download | gsoc2013-evolution-252e27586eb4a622cf86cac29b8bf59ff85af613.tar gsoc2013-evolution-252e27586eb4a622cf86cac29b8bf59ff85af613.tar.gz gsoc2013-evolution-252e27586eb4a622cf86cac29b8bf59ff85af613.tar.bz2 gsoc2013-evolution-252e27586eb4a622cf86cac29b8bf59ff85af613.tar.lz gsoc2013-evolution-252e27586eb4a622cf86cac29b8bf59ff85af613.tar.xz gsoc2013-evolution-252e27586eb4a622cf86cac29b8bf59ff85af613.tar.zst gsoc2013-evolution-252e27586eb4a622cf86cac29b8bf59ff85af613.zip |
Use *Control*equal and *Control*minus
for TextZoomIn and TextZoomOut instead of *Control*+ and
*Control*-, since the former actually works. :-)
svn path=/trunk/; revision=17557
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index ed64701725..ee091494bc 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,11 @@ 2002-07-23 Ettore Perazzoli <ettore@ximian.com> + * evolution-mail-message.xml: Use *Control*equal and *Control*minus + for TextZoomIn and TextZoomOut instead of *Control*+ and + *Control*-, since the former actually works. :-) + +2002-07-23 Ettore Perazzoli <ettore@ximian.com> + * evolution-mail-message.xml: Bind MessageMove to Control-Shift-V. [#24394] diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 6f11dd645f..ca885c33e9 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -181,11 +181,11 @@ <cmd name="TextZoomIn" _tip="Increase the text size" - accel="*Control*+" /> + accel="*Control*equal" /> <cmd name="TextZoomOut" _tip="Decrease the text size" - accel="*Control*-" /> + accel="*Control*minus" /> <cmd name="TextZoomReset" _tip="Reset the text to its original size"/> |