Kaydet (Commit) 9d8cda2f authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#68555 use (current) consistent ok/cancel/help button order

Change-Id: Id5bb5c48fe82229fe378500d7cacd36d8554707f
üst b7b89c96
...@@ -24,10 +24,12 @@ ...@@ -24,10 +24,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="help"> <object class="GtkButton" id="ok">
<property name="label">gtk-help</property> <property name="label">gtk-ok</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_stock">True</property> <property name="use_stock">True</property>
</object> </object>
...@@ -52,12 +54,10 @@ ...@@ -52,12 +54,10 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkButton" id="ok"> <object class="GtkButton" id="help">
<property name="label">gtk-ok</property> <property name="label">gtk-help</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_stock">True</property> <property name="use_stock">True</property>
</object> </object>
...@@ -702,9 +702,9 @@ ...@@ -702,9 +702,9 @@
</object> </object>
</child> </child>
<action-widgets> <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">ok</action-widget>
<action-widget response="0">cancel</action-widget>
<action-widget response="0">help</action-widget>
</action-widgets> </action-widgets>
</object> </object>
<object class="GtkSizeGroup" id="sizegroup1"> <object class="GtkSizeGroup" id="sizegroup1">
......
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