diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-27 10:39:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-27 10:41:17 +0100 |
commit | 9d8cda2f54adc0af4abdc1fc9675e7bc9c94228c (patch) | |
tree | 96cdf1f67e8fb79b0970d15718d39d04df765a83 /sc/uiconfig | |
parent | b7b89c9696534d015a7631e959cd03f5e8b29be2 (diff) |
Resolves: fdo#68555 use (current) consistent ok/cancel/help button order
Change-Id: Id5bb5c48fe82229fe378500d7cacd36d8554707f
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/textimportcsv.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/uiconfig/scalc/ui/textimportcsv.ui b/sc/uiconfig/scalc/ui/textimportcsv.ui index f34e9963ec1e..92c8e54ba4df 100644 --- a/sc/uiconfig/scalc/ui/textimportcsv.ui +++ b/sc/uiconfig/scalc/ui/textimportcsv.ui @@ -24,10 +24,12 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="help"> - <property name="label">gtk-help</property> + <object class="GtkButton" id="ok"> + <property name="label">gtk-ok</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">True</property> <property name="use_stock">True</property> </object> @@ -52,12 +54,10 @@ </packing> </child> <child> - <object class="GtkButton" id="ok"> - <property name="label">gtk-ok</property> + <object class="GtkButton" id="help"> + <property name="label">gtk-help</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">True</property> <property name="use_stock">True</property> </object> @@ -702,9 +702,9 @@ </object> </child> <action-widgets> - <action-widget response="0">help</action-widget> - <action-widget response="0">cancel</action-widget> <action-widget response="0">ok</action-widget> + <action-widget response="0">cancel</action-widget> + <action-widget response="0">help</action-widget> </action-widgets> </object> <object class="GtkSizeGroup" id="sizegroup1"> |