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
This commit is contained in:
Ettore Perazzoli
2002-07-23 20:50:41 +00:00
parent b7f80576ce
commit 252e27586e
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -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"/>