diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-10-31 15:25:14 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-10-31 15:27:32 +0100 |
commit | 79228bb177bc9ebe847509d761630663b9c488ef (patch) | |
tree | b40471ac3f3692be725b8db3b244743ce375f274 /desktop/win32/source/applauncher/smath.cxx | |
parent | 3c3f1e3959ccfbd6427ae6610daa4c961559ba69 (diff) |
The -something switches are obsolete, use --something instead.
Diffstat (limited to 'desktop/win32/source/applauncher/smath.cxx')
-rw-r--r-- | desktop/win32/source/applauncher/smath.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/win32/source/applauncher/smath.cxx b/desktop/win32/source/applauncher/smath.cxx index 3e670cd8e692..d1e50c5c9642 100644 --- a/desktop/win32/source/applauncher/smath.cxx +++ b/desktop/win32/source/applauncher/smath.cxx @@ -32,6 +32,6 @@ #include "launcher.hxx" -_TCHAR APPLICATION_SWITCH[] = _T( "-math" ); +_TCHAR APPLICATION_SWITCH[] = _T( "--math" ); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |