From 6885bac05f1fb1930eb2d61a62205a45f7c8201a Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 11 Jul 2014 13:11:11 -0400 Subject: [PATCH] DolphinWX: Use non-deprecated flags for the monospace debugger font --- Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);