[evolution-patches] A patch about evlution mail



hi,notzed

As anna said on IRC, we should not put accelerators in the notebook tab labels.

So this patch is to remove the access key in 'Account Editor' notebook tab label.

will you please review it ?

Thanks a lot.

Yours
Mengjie Yu

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3506
diff -u -p -r1.3506 ChangeLog
--- ChangeLog	1 Dec 2004 05:55:39 -0000	1.3506
+++ ChangeLog	1 Dec 2004 08:35:07 -0000
@@ -1,5 +1,10 @@
 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
Index: em-account-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-account-editor.c,v
retrieving revision 1.9
diff -u -p -r1.9 em-account-editor.c
--- em-account-editor.c	1 Dec 2004 05:55:39 -0000	1.9
+++ em-account-editor.c	1 Dec 2004 08:35:17 -0000
@@ -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, },
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]