aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMengjie Yu <meng-jie.yu@sun.com>2004-12-02 13:06:13 +0800
committerHarry Lu <haip@src.gnome.org>2004-12-02 13:06:13 +0800
commite403b9e4391b3ee6d40d6806dbb880937d335658 (patch)
treedeb4e7501ac076d9258368fc6a783835167b3097 /mail
parent244b1f72df960297527080e085279c764f56968f (diff)
downloadgsoc2013-evolution-e403b9e4391b3ee6d40d6806dbb880937d335658.tar
gsoc2013-evolution-e403b9e4391b3ee6d40d6806dbb880937d335658.tar.gz
gsoc2013-evolution-e403b9e4391b3ee6d40d6806dbb880937d335658.tar.bz2
gsoc2013-evolution-e403b9e4391b3ee6d40d6806dbb880937d335658.tar.lz
gsoc2013-evolution-e403b9e4391b3ee6d40d6806dbb880937d335658.tar.xz
gsoc2013-evolution-e403b9e4391b3ee6d40d6806dbb880937d335658.tar.zst
gsoc2013-evolution-e403b9e4391b3ee6d40d6806dbb880937d335658.zip
according to the HIG, remove accelerators in the notebook tab labels
2004-12-01 Mengjie Yu <meng-jie.yu@sun.com> * em-account-editor.c:according to the HIG, remove accelerators in the notebook tab labels svn path=/trunk/; revision=28039
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/em-account-editor.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index fd246bba34..4c105fa850 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -10,6 +10,11 @@
2004-12-01 Mengjie Yu <meng-jie.yu@sun.com>
+ * em-account-editor.c:according to the HIG, remove accelerators in
+ the notebook tab labels
+
+2004-12-01 Mengjie Yu <meng-jie.yu@sun.com>
+
* em-account-editor.c: (emae_option_toggle),
(emae_receive_options_item):add mnemonic for buttons.
* em-format-html-display.c: (efhd_attachment_button):add atk name
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, },