Small fixes

This commit is contained in:
DH 2014-02-16 10:28:32 +02:00
parent 3fdb50b0ea
commit 01f3763eb4
6 changed files with 24 additions and 23 deletions

View file

@ -12,7 +12,7 @@ enum CompilerIDs
wxFont GetFont(int size)
{
return wxFont(size, wxMODERN, wxNORMAL, wxNORMAL);
return wxFont(size, wxFONTFAMILY_MODERN, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL);
}
CompilerELF::CompilerELF(wxWindow* parent)