diff options
author | Mengjie Yu <meng-jie.yu@sun.com> | 2004-12-02 13:06:13 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2004-12-02 13:06:13 +0800 |
commit | e403b9e4391b3ee6d40d6806dbb880937d335658 (patch) | |
tree | deb4e7501ac076d9258368fc6a783835167b3097 /mail | |
parent | 244b1f72df960297527080e085279c764f56968f (diff) | |
download | gsoc2013-evolution-e403b9e4391b3ee6d40d6806dbb880937d335658.tar.gz 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/ChangeLog | 5 | ||||
-rw-r--r-- | mail/em-account-editor.c | 4 |
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, }, |