aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-04-26 20:16:54 +0800
committerMilan Crha <mcrha@redhat.com>2012-04-26 20:16:54 +0800
commit93e5656052db40b8733969de82cf793af1b5bf84 (patch)
tree0c78f25a21ee97e8b092465c6d954abc4111020c /addressbook/gui
parent13d4a2c8ba973bfa5afca4221056f88989671a07 (diff)
downloadgsoc2013-evolution-93e5656052db40b8733969de82cf793af1b5bf84.tar
gsoc2013-evolution-93e5656052db40b8733969de82cf793af1b5bf84.tar.gz
gsoc2013-evolution-93e5656052db40b8733969de82cf793af1b5bf84.tar.bz2
gsoc2013-evolution-93e5656052db40b8733969de82cf793af1b5bf84.tar.lz
gsoc2013-evolution-93e5656052db40b8733969de82cf793af1b5bf84.tar.xz
gsoc2013-evolution-93e5656052db40b8733969de82cf793af1b5bf84.tar.zst
gsoc2013-evolution-93e5656052db40b8733969de82cf793af1b5bf84.zip
Bug #668998 - Consistent UI for saving Contacts like in Events/Tasks/Memos
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/contact-editor/contact-editor.ui3
-rw-r--r--addressbook/gui/contact-list-editor/contact-list-editor.ui3
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>