diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-06-29 16:54:31 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-07-01 16:35:13 +0200 |
commit | c540483134482d437ea6e02390ff429f4300cbb0 (patch) | |
tree | f0dedf9d6f042b4823a8e53aee328d755426586b /cui/source/inc | |
parent | b551604a81d6cd5ab9b85d56c57a97f4abc457fd (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/about.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/inc/about.hxx b/cui/source/inc/about.hxx index 2262da38de96..37d1710a7f93 100644 --- a/cui/source/inc/about.hxx +++ b/cui/source/inc/about.hxx @@ -40,6 +40,7 @@ private: std::unique_ptr<weld::Label> m_pUILabel; std::unique_ptr<weld::Label> m_pLocaleLabel; std::unique_ptr<weld::Label> m_pMiscLabel; + std::unique_ptr<weld::Label> m_pAboutLabel; std::unique_ptr<weld::Label> m_pCopyrightLabel; static OUString GetVersionString(); |