Revert "DolphinWX: Use non-deprecated flags for the monospace debugger font"

This commit is contained in:
Scott Mansell 2014-07-14 21:37:27 +12:00
parent 3ac4e9f171
commit d4cfddcf8d
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@
#include "DolphinWX/Debugger/DebuggerUIUtil.h"
// The default font
wxFont DebuggerFont = wxFont(9, wxFONTFAMILY_TELETYPE, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL);
wxFont DebuggerFont = wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false, "monospace");