diff options
Diffstat (limited to 'Source/Core/DebuggerWX/src/CodeWindow.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/src/CodeWindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DebuggerWX/src/CodeWindow.cpp b/Source/Core/DebuggerWX/src/CodeWindow.cpp index 1f76422786..c2d2935423 100644 --- a/Source/Core/DebuggerWX/src/CodeWindow.cpp +++ b/Source/Core/DebuggerWX/src/CodeWindow.cpp @@ -39,7 +39,7 @@ #include "LogManager.h"
// ugly that this lib included code from the main
-#include "../../DolphinWX/src/globals.h"
+#include "../../DolphinWX/src/Globals.h"
class SymbolList
: public wxListCtrl
@@ -348,7 +348,7 @@ void CCodeWindow::Update() }
else
{
- callstack->Append("invalid callstack");
+ callstack->Append(wxString::FromAscii("invalid callstack"));
}
UpdateButtonStates();
|
