summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-07-11 13:11:11 -0400
committerLioncash <mathew1800@gmail.com>2014-07-11 13:11:11 -0400
commit6885bac05f1fb1930eb2d61a62205a45f7c8201a (patch)
treeb4055f06ff12de64500350b60052496187c75605 /Source/Core
parent84bf097fb76304eb27d625e5f221dfb5ce922b1f (diff)
DolphinWX: Use non-deprecated flags for the monospace debugger font
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp b/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp
index fb1b7cb56a..9a7e18fd23 100644
--- a/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp
+++ b/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp
@@ -9,5 +9,5 @@
#include "DolphinWX/Debugger/DebuggerUIUtil.h"
// The default font
-wxFont DebuggerFont = wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false, "monospace");
+wxFont DebuggerFont = wxFont(9, wxFONTFAMILY_TELETYPE, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL);