Kaydet (Commit) 7acca8bf authored tarafından Caolán McNamara's avatar Caolán McNamara

take defaults and add missing cancel response

Change-Id: I778ecfa3aa552389dceb4921385b4a723d110b37
Reviewed-on: https://gerrit.libreoffice.org/49863Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 2c2919cb
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 --> <!-- Generated with glade 3.20.2 -->
<interface domain="sfx"> <interface domain="sfx">
<requires lib="gtk+" version="3.20"/> <requires lib="gtk+" version="3.20"/>
<object class="GtkMessageDialog" id="onlinehelpmanual"> <object class="GtkMessageDialog" id="onlinehelpmanual">
...@@ -15,12 +15,9 @@ ...@@ -15,12 +15,9 @@
<object class="GtkBox" id="internal_box"> <object class="GtkBox" id="internal_box">
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="spacing">6</property>
<child internal-child="action_area"> <child internal-child="action_area">
<object class="GtkButtonBox" id="btnbox"> <object class="GtkButtonBox" id="btnbox">
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="homogeneous">True</property>
<property name="layout_style">end</property>
<child> <child>
<object class="GtkButton" id="website"> <object class="GtkButton" id="website">
<property name="label" translatable="yes" context="helpmanual|website">Read Help Online</property> <property name="label" translatable="yes" context="helpmanual|website">Read Help Online</property>
...@@ -62,6 +59,7 @@ ...@@ -62,6 +59,7 @@
</child> </child>
<action-widgets> <action-widgets>
<action-widget response="1">website</action-widget> <action-widget response="1">website</action-widget>
<action-widget response="-6">cancel</action-widget>
</action-widgets> </action-widgets>
</object> </object>
</interface> </interface>
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