From e403b9e4391b3ee6d40d6806dbb880937d335658 Mon Sep 17 00:00:00 2001 From: Mengjie Yu Date: Thu, 2 Dec 2004 05:06:13 +0000 Subject: according to the HIG, remove accelerators in the notebook tab labels 2004-12-01 Mengjie Yu * em-account-editor.c:according to the HIG, remove accelerators in the notebook tab labels svn path=/trunk/; revision=28039 --- mail/ChangeLog | 5 +++++ mail/em-account-editor.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index fd246bba34..4c105fa850 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -8,6 +8,11 @@ Fixes #69623 +2004-12-01 Mengjie Yu + + * em-account-editor.c:according to the HIG, remove accelerators in + the notebook tab labels + 2004-12-01 Mengjie Yu * em-account-editor.c: (emae_option_toggle), diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index 6542911b18..6021f8f34e 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -2065,7 +2065,7 @@ static EMConfigItem emae_editor_items[] = { { E_CONFIG_SECTION, "10.receive/30.auth", "vbox179", emae_widget_glade }, /* Most sections for this is auto-generated fromt the camel config */ - { E_CONFIG_PAGE, "20.receive_options", N_("Receiving O_ptions"), }, + { E_CONFIG_PAGE, "20.receive_options", N_("Receiving Options"), }, { E_CONFIG_SECTION_TABLE, "20.receive_options/10.mailcheck", N_("Checking for New Mail"), }, { E_CONFIG_ITEM_TABLE, "20.receive_options/10.mailcheck/00.autocheck", NULL, emae_receive_options_item, }, @@ -2143,7 +2143,7 @@ static EMConfigItem emae_druid_items[] = { { E_CONFIG_SECTION, "10.receive/30.auth", "vbox179", emae_widget_glade }, /* Most sections for this is auto-generated fromt the camel config */ - { E_CONFIG_PAGE, "20.receive_options", N_("Receiving O_ptions"), }, + { E_CONFIG_PAGE, "20.receive_options", N_("Receiving Options"), }, { E_CONFIG_SECTION_TABLE, "20.receive_options/10.mailcheck", N_("Checking for New Mail"), }, { E_CONFIG_ITEM_TABLE, "20.receive_options/10.mailcheck/00.autocheck", NULL, emae_receive_options_item, }, -- cgit v1.2.3