From 252e27586eb4a622cf86cac29b8bf59ff85af613 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 23 Jul 2002 20:50:41 +0000 Subject: 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 --- ui/ChangeLog | 6 ++++++ ui/evolution-mail-message.xml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'ui') diff --git a/ui/ChangeLog b/ui/ChangeLog index ed64701725..ee091494bc 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2002-07-23 Ettore Perazzoli + + * 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 * evolution-mail-message.xml: Bind MessageMove to Control-Shift-V. 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 @@ + accel="*Control*equal" /> + accel="*Control*minus" /> -- cgit