[evolution] Bug #668998 - Consistent UI for saving Contacts like in Events/Tasks/Memos



commit 93e5656052db40b8733969de82cf793af1b5bf84
Author: Milan Crha <mcrha redhat com>
Date:   Thu Apr 26 14:16:54 2012 +0200

    Bug #668998 - Consistent UI for saving Contacts like in Events/Tasks/Memos

 addressbook/gui/contact-editor/contact-editor.ui   |    3 ++-
 .../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 2f133d4..49e95e8 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 6cef3e2..95e0ea7 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>



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