summaryrefslogtreecommitdiffstats
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index b125883951b6..16f62e9f64a5 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1960,7 +1960,7 @@ void Desktop::OpenClients()
+ utl::ConfigManager::getUILocale();
#if defined UNX
aHelpURL += "&System=UNX";
-#elif defined WNT
+#elif defined _WIN32
aHelpURL += "&System=WIN";
#endif
Application::GetHelp()->Start(aHelpURL, static_cast<const vcl::Window*>(nullptr));