diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-mail-global.xml | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 55067c3bd3..bc3a072fa1 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2001-08-09 Peter Williams <peterw@ximian.com> + + * evolution-mail-global.xml: Give the (pre)view pane toggle + an accelerator of 'q', like we were implementing the hard + manual way before. + 2001-08-09 Ettore Perazzoli <ettore@ximian.com> * evolution.xml: Remove all the "New ... FIXME" items. diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index 809552c5e6..a942bcfb6b 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -35,6 +35,7 @@ <cmd name="ViewPreview" _tip="Show message preview window" + accel="q" type="toggle" /> </commands> |