diff options
Diffstat (limited to 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/helpmanual.ui | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/helpmanual.ui b/sfx2/uiconfig/ui/helpmanual.ui index e71cac2df176..fd1ea563eb2c 100644 --- a/sfx2/uiconfig/ui/helpmanual.ui +++ b/sfx2/uiconfig/ui/helpmanual.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.2 --> +<!-- Generated with glade 3.18.3 --> <interface domain="sfx"> <requires lib="gtk+" version="3.18"/> <object class="GtkMessageDialog" id="onlinehelpmanual"> @@ -55,6 +55,24 @@ <property name="position">0</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="hidedialog"> + <property name="label" translatable="yes" context="helpmanual|hidedialog">Do not show this dialog again</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="halign">start</property> + <property name="margin_left">100</property> + <property name="hexpand">False</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> </child> <action-widgets> |