From 20469b56502687f85ce0fa9e5f7a50273daa3e91 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 7 Jul 2016 19:57:48 -0300 Subject: tdf#96015 (part) links to Askbot in the Help menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the entry "~Get help online" to the modules Help menu. on click, the system browser opens http://hub.libreoffice.org/forum/?&LOlang= 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 Tested-by: Christian Lohmaier --- include/sfx2/sfxsids.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sfx2/sfxsids.hrc') diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index b39390a010b7..fbbea370c1e7 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -88,6 +88,7 @@ #define SID_EMOJI_CONTROL (SID_SFX_START + 405) #define SID_HELPMENU (SID_SFX_START + 410) #define SID_SEND_FEEDBACK (SID_SFX_START + 421) +#define SID_Q_AND_A (SID_SFX_START + 422) #define SID_SHOW_LICENSE (SID_SFX_START + 1683) #define SID_SHOW_CREDITS (SID_SFX_START + 1711) #define SID_HELP_TUTORIALS (SID_SFX_START + 1695) -- cgit v1.2.3