add access key to 'Member' Button.
2005-01-26 Hao Sheng <hao.sheng@sun.com> * gui/contact-list-editor/e-contact-list-editor.c: (setup_name_selector): add access key to 'Member' Button. svn path=/trunk/; revision=28576
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2005-01-26 Hao Sheng <hao.sheng@sun.com>
|
||||
|
||||
* gui/contact-list-editor/e-contact-list-editor.c:
|
||||
(setup_name_selector): add access key to 'Member' Button.
|
||||
|
||||
2005-01-25 Rodrigo Moya <rodrigo@novell.com>
|
||||
|
||||
* gui/contact-editor/e-contact-editor.c (categories_clicked): use the
|
||||
|
||||
@ -706,7 +706,7 @@ setup_name_selector (EContactListEditor *editor)
|
||||
editor->name_selector = e_name_selector_new ();
|
||||
|
||||
name_selector_model = e_name_selector_peek_model (editor->name_selector);
|
||||
e_name_selector_model_add_section (name_selector_model, "Members", gettext ("Members"), NULL);
|
||||
e_name_selector_model_add_section (name_selector_model, "Members", gettext ("_Members"), NULL);
|
||||
|
||||
name_selector_dialog = e_name_selector_peek_dialog (editor->name_selector);
|
||||
gtk_window_set_title (GTK_WINDOW (name_selector_dialog), _("Contact List Members"));
|
||||
|
||||
Reference in New Issue
Block a user