summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-27 10:39:05 +0100
committerFridrich Strba <fridrich@documentfoundation.org>2013-08-27 10:12:39 +0000
commitf9f0f27d1a8556e283050e01e8ddbdc125b11ae4 (patch)
treed89dea792f1d87ae154c86dd0b7ea967ea1fee04 /sc
parent751b65b246f9adaad314af808940e31050edc642 (diff)
Resolves: fdo#68555 use (current) consistent ok/cancel/help button order
Change-Id: Id5bb5c48fe82229fe378500d7cacd36d8554707f (cherry picked from commit 9d8cda2f54adc0af4abdc1fc9675e7bc9c94228c) Reviewed-on: https://gerrit.libreoffice.org/5643 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'sc')
-rw-r--r--sc/uiconfig/scalc/ui/textimportcsv.ui16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/uiconfig/scalc/ui/textimportcsv.ui b/sc/uiconfig/scalc/ui/textimportcsv.ui
index 92012ad527aa..45517e4af735 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">