aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-mail-message.xml
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-07-24 04:50:41 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-07-24 04:50:41 +0800
commit252e27586eb4a622cf86cac29b8bf59ff85af613 (patch)
treeda654876b377dccf74ed57964ef3abc2b8757830 /ui/evolution-mail-message.xml
parentb7f80576ce2c16c9a6cd56a1c8a8f9326a3d3a82 (diff)
downloadgsoc2013-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
Diffstat (limited to 'ui/evolution-mail-message.xml')
-rw-r--r--ui/evolution-mail-message.xml4
1 files changed, 2 insertions, 2 deletions
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"/>