summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorOlivier Hallot <ohallot@collabora.co.uk>2016-07-07 19:57:48 -0300
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-08-11 14:23:28 +0000
commit20469b56502687f85ce0fa9e5f7a50273daa3e91 (patch)
treeb1810e0c873fa02b3c4be10901fc233451b3fcec /officecfg
parent1fcb7eafd95ebed7f5532d86a8cd8cd89196883e (diff)
tdf#96015 (part) links to Askbot in the Help menu
Add the entry "~Get help online" to the modules Help menu. on click, the system browser opens http://hub.libreoffice.org/forum/?&LOlang=<lang> <lang> is obtained from .getLocale() That in turn will redirect to e.g. askbot (but only few languages are using it at the moment) or other nl-specific resources. (nl-projects can request corresponding targets from infa, without the need to change the code – cf rdm#1983) The link can/should be extended to also include the version of LO and the currently used module to allow finer grained redirects. Change-Id: I56108dba4dd2684405623c4586103fc8ff9bea56 Reviewed-on: https://gerrit.libreoffice.org/27028 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu5
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 6bb9f213a062..684312059806 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -4642,6 +4642,11 @@
<value xml:lang="en-US">Send Feedback...</value>
</prop>
</node>
+ <node oor:name=".uno:QuestionAnswers" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">~Get help online...</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>