diff options
| author | LPFaint99 <lpfaint99@gmail.com> | 2009-07-30 07:09:26 +0000 |
|---|---|---|
| committer | LPFaint99 <lpfaint99@gmail.com> | 2009-07-30 07:09:26 +0000 |
| commit | 8302ac84de2762fcfdac5781bffd26d0b6c0b5ac (patch) | |
| tree | 95916af0dcefd37c6c121673d3ae493784bdad55 /Source/Core/DebuggerWX/Src/CodeWindow.cpp | |
| parent | 90d2d95c72753a8a7eaf5a21c409ddec63a36831 (diff) | |
dolphinwx and debuggerwx can now be compiled with unicode
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3906 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp index b492134d62..f54f77f88c 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp @@ -460,9 +460,9 @@ void CCodeWindow::CreateMenu(const SCoreStartupParameter& _LocalCoreStartupParam ), wxITEM_CHECK); jitunlimited = pCoreMenu->Append(IDM_JITUNLIMITED, _T("&Unlimited JIT Cache"), - _T("Avoid any involuntary JIT cache clearing, this may prevent Zelda TP from crashing." - " [This option must be selected before a game is started.]" - ), wxITEM_CHECK); + _T("Avoid any involuntary JIT cache clearing, this may prevent Zelda TP from crashing.") + _T(" [This option must be selected before a game is started.]"), + wxITEM_CHECK); #ifdef JIT_OFF_OPTIONS |
