diff options
author | Olivier Hallot <ohallot@collabora.co.uk> | 2016-09-10 13:38:52 -0300 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-10-19 16:07:33 +0000 |
commit | e91a1abe4c53ea3a1ac59e3c1d5dddf98141a4ee (patch) | |
tree | 443334d94087fa92e2ee38d0a2165e2d32109374 /officecfg | |
parent | af84c70c95e99935d2efdb98bc105d2a7852ebda (diff) |
tdf#96015 (part) link to Doc'tation in Help menu
Add the entry "Documentation" to the modules Help menu.
on click, the system browser opens
http://hub.libreoffice.org/documentation/?&LOlang=<locale>
<locale> is obtained from .getLocale()
Patch2: create a member with try/catch for external URLs
Patch3
Use sfx2::openUriExternally
Revert to User Guides.. in UI.
Change-Id: I8332253c31bd3be330cdd794f9e056b632b38037
Patch4: remove 1st '&' in URLs
Reviewed-on: https://gerrit.libreoffice.org/28817
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index a9bef87ef73b..e8cd5d4cbceb 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4909,6 +4909,11 @@ <value xml:lang="en-US">~Get help online...</value> </prop> </node> + <node oor:name=".uno:Documentation" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">User Guides...</value> + </prop> + </node> <node oor:name=".uno:ShowLicense" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">License Information...</value> |