Kaydet (Commit) 77cbe425 authored tarafından Caolán McNamara's avatar Caolán McNamara

keep reset/standard order

Change-Id: Idc047faf8ade81b3e6fce382b188ccfa97004b12
Reviewed-on: https://gerrit.libreoffice.org/61263
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst e3993341
...@@ -24,12 +24,12 @@ ...@@ -24,12 +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="standard"> <object class="GtkButton" id="reset">
<property name="label" translatable="no">_Standard</property> <property name="label">gtk-revert-to-saved</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="receives_default">True</property> <property name="receives_default">True</property>
<property name="use_underline">True</property> <property name="use_stock">True</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
...@@ -38,12 +38,12 @@ ...@@ -38,12 +38,12 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkButton" id="reset"> <object class="GtkButton" id="standard">
<property name="label">gtk-revert-to-saved</property> <property name="label" translatable="no">_Standard</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="receives_default">True</property> <property name="receives_default">True</property>
<property name="use_stock">True</property> <property name="use_underline">True</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
...@@ -541,8 +541,8 @@ ...@@ -541,8 +541,8 @@
</object> </object>
</child> </child>
<action-widgets> <action-widgets>
<action-widget response="0">standard</action-widget>
<action-widget response="0">reset</action-widget> <action-widget response="0">reset</action-widget>
<action-widget response="0">standard</action-widget>
<action-widget response="-5">ok</action-widget> <action-widget response="-5">ok</action-widget>
<action-widget response="-6">cancel</action-widget> <action-widget response="-6">cancel</action-widget>
<action-widget response="-11">help</action-widget> <action-widget response="-11">help</action-widget>
......
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