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