From c540483134482d437ea6e02390ff429f4300cbb0 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 29 Jun 2020 16:54:31 +0200 Subject: configure: add a --with-product-flavor switch Defaults to Personal to point out this is supported by volunteers. This affects the splash screen, the window title, the about dialog and the start center. Change-Id: I216a7f547618377ed268454ebfd2801c4c3901b7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97427 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/sfx2/strings.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc index c5e61d9ce440..d537d14e0208 100644 --- a/include/sfx2/strings.hrc +++ b/include/sfx2/strings.hrc @@ -348,6 +348,7 @@ #define STR_CLICKHYPERLINK NC_("STR_CLICKHYPERLINK", "Click to open hyperlink: %{link}") #define STR_STYLEUSEDBY NC_("STR_STYLEUSEDBY", "(used by: %STYLELIST)") +#define STR_PERSONALDESC NC_("STR_PERSONALDESC", "The Personal edition is supported by volunteers and intended for individual use.") #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit