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:
@ -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.
|
||||
|
||||
@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user