summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-04-30 14:58:00 +0200
committerEike Rathke <erack@redhat.com>2015-04-30 15:08:34 +0200
commit2e2b350ff3be19b04f2ae39f9a6b5c7838e2d887 (patch)
tree06a5eb8824dfac126ffa82792481ed96c74f6336 /cui
parentb29483560306e6a6fec8dfe2c8622060b0ef2cd1 (diff)
display both, LibreOffice locale and system locale
For us our own configured locale is even more important. Change-Id: Idfab979e868f49e2323dc9f516996393112b0689
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/about.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 93b8f4cbb446..e1a61943591f 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -281,7 +281,7 @@ OUString AboutDialog::GetVersionString()
OUString sBuildId = GetBuildId();
- OUString aLocaleStr = GetLocaleString();
+ OUString aLocaleStr = LanguageTag( LANGUAGE_SYSTEM).getBcp47() + " (" + GetLocaleString() + ")";
if (!sBuildId.trim().isEmpty())
{