From e91a1abe4c53ea3a1ac59e3c1d5dddf98141a4ee Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 10 Sep 2016 13:38:52 -0300 Subject: 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= 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 Reviewed-by: Katarina Behrens --- chart2/uiconfig/menubar/menubar.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'chart2') diff --git a/chart2/uiconfig/menubar/menubar.xml b/chart2/uiconfig/menubar/menubar.xml index ddf7af15bac3..032e75894d7f 100644 --- a/chart2/uiconfig/menubar/menubar.xml +++ b/chart2/uiconfig/menubar/menubar.xml @@ -167,6 +167,7 @@ + -- cgit