diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 5f8d1f1c9f..00436784f8 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +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. + 2002-09-04 Ettore Perazzoli <ettore@ximian.com> * evolution-mail-message.xml: Add back "period" and "comma" as 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> |