Kaydet (Commit) d795be27 authored tarafından Adolfo Jayme Barrientos's avatar Adolfo Jayme Barrientos Kaydeden (comit) Caolán McNamara

fdo#86671 Swap default order of Yes/No to suit what Windows users expect

Change-Id: Iac3917c42ff70b6cd594355fe5296aff97cb70b9
Reviewed-on: https://gerrit.libreoffice.org/13453Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst f9eff2a4
...@@ -20,10 +20,12 @@ ...@@ -20,10 +20,12 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="layout_style">end</property> <property name="layout_style">end</property>
<child> <child>
<object class="GtkButton" id="no"> <object class="GtkButton" id="yes">
<property name="label">gtk-no</property> <property name="label">gtk-yes</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">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="receives_default">True</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="use_stock">True</property> <property name="use_stock">True</property>
...@@ -35,12 +37,10 @@ ...@@ -35,12 +37,10 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkButton" id="yes"> <object class="GtkButton" id="no">
<property name="label">gtk-yes</property> <property name="label">gtk-no</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">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="receives_default">True</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="use_stock">True</property> <property name="use_stock">True</property>
...@@ -76,8 +76,8 @@ ...@@ -76,8 +76,8 @@
</object> </object>
</child> </child>
<action-widgets> <action-widgets>
<action-widget response="3">no</action-widget>
<action-widget response="2">yes</action-widget> <action-widget response="2">yes</action-widget>
<action-widget response="3">no</action-widget>
<action-widget response="0">cancel</action-widget> <action-widget response="0">cancel</action-widget>
</action-widgets> </action-widgets>
</object> </object>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment