diff options
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.ui | 3 | ||||
-rw-r--r-- | addressbook/gui/contact-list-editor/contact-list-editor.ui | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui index 2f133d4ccc..49e95e8b63 100644 --- a/addressbook/gui/contact-editor/contact-editor.ui +++ b/addressbook/gui/contact-editor/contact-editor.ui @@ -2390,13 +2390,14 @@ </child> <child> <object class="GtkButton" id="button-ok"> - <property name="label">gtk-ok</property> + <property name="label">gtk-save</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> + <accelerator key="s" modifiers="GDK_CONTROL_MASK" signal="clicked"/> </object> <packing> <property name="expand">False</property> diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.ui b/addressbook/gui/contact-list-editor/contact-list-editor.ui index 6cef3e2551..95e0ea7bb1 100644 --- a/addressbook/gui/contact-list-editor/contact-list-editor.ui +++ b/addressbook/gui/contact-list-editor/contact-list-editor.ui @@ -384,8 +384,9 @@ <object class="GtkButton" id="ok-button"> <property name="visible">True</property> <property name="can_default">True</property> - <property name="label">gtk-ok</property> + <property name="label">gtk-save</property> <property name="use_stock">True</property> + <accelerator key="s" modifiers="GDK_CONTROL_MASK" signal="clicked"/> <signal handler="contact_list_editor_ok_button_clicked_cb" name="clicked"/> </object> <packing> |