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