From 1e3df92391998aec124cfec6e1de6919c956c668 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 5 Sep 2000 16:29:24 +0000 Subject: Fix the accelerator for the "Format" menu so that it doesn't conflict with that of the "File" menu. svn path=/trunk/; revision=5195 --- composer/ChangeLog | 6 ++++++ composer/e-msg-composer.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/composer/ChangeLog b/composer/ChangeLog index db0130fdfd..df80efc7c8 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2000-09-05 Ettore Perazzoli + + * e-msg-composer.c (create_menubar_format): Accelerate the + `Format' menu with an `o' instead of an `f' [the `f' is already + taken by the "File" menu]. + 2000-09-04 Jeffrey Stedfast * e-msg-composer.c (e_msg_composer_new_with_sig_file): Applied diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 1eed1a019d..4fa523e8d3 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -1017,7 +1017,7 @@ create_menubar_format (EMsgComposer *composer, BonoboUIHandler *uih) { bonobo_ui_handler_menu_new_subtree (uih, "/Format", - _("_Format"), + _("F_ormat"), NULL, -1, BONOBO_UI_HANDLER_PIXMAP_NONE, NULL, 0, 0); -- cgit v1.2.3