diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2020-07-10 13:43:04 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-07-28 23:29:52 +0200 |
commit | b4b8665bd370a869196e2f63acc2cdde7a37a4df (patch) | |
tree | f6c00f8b696f98535e3f12fcbe1b4ff69bbe1496 /include | |
parent | 56b2214c3aa40c2e2522eba5584063fb34e003ba (diff) |
Resolves tdf#132066 - Localization of special text in about window
Copy all version infos in English
Change-Id: I6719e27f721b0ff9f06efb4ea63e286e6d58ebf4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98498
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/svapp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 48177cf90535..422f8e23fb50 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -900,7 +900,7 @@ public: * bSelection = 0 to return all info, 1 for environment only, * and 2 for VCL/render related infos */ - static OUString GetHWOSConfInfo(const int bSelection = 0); + static OUString GetHWOSConfInfo(const int bSelection = 0, bool bLocalize = true); /** Load a localized branding PNG file as a bitmap. |