summaryrefslogtreecommitdiff
path: root/desktop/win32/source/applauncher/sweb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/win32/source/applauncher/sweb.cxx')
-rw-r--r--desktop/win32/source/applauncher/sweb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/win32/source/applauncher/sweb.cxx b/desktop/win32/source/applauncher/sweb.cxx
index 3824ece6f2ae..69aeda135e66 100644
--- a/desktop/win32/source/applauncher/sweb.cxx
+++ b/desktop/win32/source/applauncher/sweb.cxx
@@ -19,6 +19,6 @@
#include "launcher.hxx"
-_TCHAR APPLICATION_SWITCH[] = _T( "--web" );
+WCHAR APPLICATION_SWITCH[] = L"--web";
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */