From e0aa9310299181cea87c5723a933ffd5ee4afe22 Mon Sep 17 00:00:00 2001 From: heiko tietze Date: Tue, 2 Oct 2018 12:16:39 +0200 Subject: tdf#120264 - Access to "Get Involved" UNO command SID_GETINVOLVED added with access to the website from all main menus under Help Dispensable ellipsis removed from other UNO commands around Help Change-Id: I79536be3de31f55a7b208bcdd5a243e05b3d3668 Reviewed-on: https://gerrit.libreoffice.org/61238 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- include/sfx2/sfxsids.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index bbf108841bd1..80d262e20625 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -92,6 +92,7 @@ class SfxDocumentInfoItem; #define SID_Q_AND_A (SID_SFX_START + 422) #define SID_DOCUMENTATION (SID_SFX_START + 423) #define SID_DONATION (SID_SFX_START + 424) +#define SID_GETINVOLVED (SID_SFX_START + 425) #define SID_SHOW_LICENSE (SID_SFX_START + 1683) #define SID_SHOW_CREDITS (SID_SFX_START + 1711) -- cgit