Kaydet (Commit) 6a27f470 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

versionofdialog: define default button

Change-Id: I2636555d9351b59572eebcf4d3f420da33674e3a
üst d33db207
......@@ -20,6 +20,7 @@
<property name="label">gtk-close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
</object>
......@@ -99,7 +100,6 @@
<property name="position">5</property>
</packing>
</child>
<child>
<object class="GtkButton" id="help">
<property name="label">gtk-help</property>
......@@ -329,6 +329,7 @@
<action-widget response="0">show</action-widget>
<action-widget response="0">delete</action-widget>
<action-widget response="0">compare</action-widget>
<action-widget response="0">cmis</action-widget>
<action-widget response="0">help</action-widget>
</action-widgets>
</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