summaryrefslogtreecommitdiff
path: root/fpicker/source/win32
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32')
-rw-r--r--fpicker/source/win32/misc/resourceprovider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/misc/resourceprovider.cxx b/fpicker/source/win32/misc/resourceprovider.cxx
index 0fce57830ea5..6ecbae53dade 100644
--- a/fpicker/source/win32/misc/resourceprovider.cxx
+++ b/fpicker/source/win32/misc/resourceprovider.cxx
@@ -107,7 +107,7 @@ public:
{
const SolarMutexGuard aGuard;
m_ResMgr = new SimpleResMgr(
- "fps_office", Application::GetSettings().GetUILocale());
+ "fps_office", Application::GetSettings().GetUILanguageTag().getLocale());
}
//-------------------------------------