diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 00:18:52 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 01:45:13 +0200 |
commit | 6a27f470c586147c88d7f1edf10387570c506c52 (patch) | |
tree | 15a49f114e69a22f3a089298f38e02d7ff805dbc /sfx2 | |
parent | d33db207e27198df7af9fc007d7532ec76c80991 (diff) |
versionofdialog: define default button
Change-Id: I2636555d9351b59572eebcf4d3f420da33674e3a
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/versionsofdialog.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/versionsofdialog.ui b/sfx2/uiconfig/ui/versionsofdialog.ui index cd0f54258d93..5d8003a8d829 100644 --- a/sfx2/uiconfig/ui/versionsofdialog.ui +++ b/sfx2/uiconfig/ui/versionsofdialog.ui @@ -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> |