diff options
author | pv2k <vidhey96@gmail.com> | 2016-11-28 21:48:43 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-01-11 11:21:55 +0000 |
commit | 6a41cef3f9972a88de378a1117697199dbf1d436 (patch) | |
tree | 9b648b964380119d5ed29a04024333a0fe3d2f56 /sfx2/UIConfig_sfx.mk | |
parent | 618785dfd28a6cf8f075371afd451b6440718e07 (diff) |
tdf#103391: ask user whether to open online help
opens a dialog box from which user can choose to take online help or cancel it
Change-Id: I8c1278aab88d55901a65c38b15fcc8519360dc59
Reviewed-on: https://gerrit.libreoffice.org/31385
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sfx2/UIConfig_sfx.mk')
-rw-r--r-- | sfx2/UIConfig_sfx.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/UIConfig_sfx.mk b/sfx2/UIConfig_sfx.mk index 3d182da9c27a..e057deb2973b 100644 --- a/sfx2/UIConfig_sfx.mk +++ b/sfx2/UIConfig_sfx.mk @@ -29,6 +29,7 @@ $(eval $(call gb_UIConfig_add_uifiles,sfx,\ sfx2/uiconfig/ui/helpcontrol \ sfx2/uiconfig/ui/helpcontentpage \ sfx2/uiconfig/ui/helpindexpage \ + sfx2/uiconfig/ui/helpmanual \ sfx2/uiconfig/ui/helpsearchpage \ sfx2/uiconfig/ui/inputdialog \ sfx2/uiconfig/ui/licensedialog \ |