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 @@ ...@@ -20,6 +20,7 @@
<property name="label">gtk-close</property> <property name="label">gtk-close</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="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>
...@@ -99,7 +100,6 @@ ...@@ -99,7 +100,6 @@
<property name="position">5</property> <property name="position">5</property>
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkButton" id="help"> <object class="GtkButton" id="help">
<property name="label">gtk-help</property> <property name="label">gtk-help</property>
...@@ -329,6 +329,7 @@ ...@@ -329,6 +329,7 @@
<action-widget response="0">show</action-widget> <action-widget response="0">show</action-widget>
<action-widget response="0">delete</action-widget> <action-widget response="0">delete</action-widget>
<action-widget response="0">compare</action-widget> <action-widget response="0">compare</action-widget>
<action-widget response="0">cmis</action-widget>
<action-widget response="0">help</action-widget> <action-widget response="0">help</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