diff options
author | Nickson Thanda <nicksonthanda10@msn.com> | 2018-06-03 22:35:14 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2018-06-11 14:49:47 +0200 |
commit | 175a1d13adce55bb4411209736bb332aab990f9c (patch) | |
tree | e32279c8f201beacba2133d187482efdd36a2bf1 /sfx2/uiconfig/ui | |
parent | 7ed40b1885868720ece6e702afa2d002614484c1 (diff) |
tdf#114875 Added an option to not show "No offline help installed" popup
Change-Id: I8067c0c374af57f5ad8e6f5fffd3a9783521824f
Reviewed-on: https://gerrit.libreoffice.org/55254
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
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> |