mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Small fixes
This commit is contained in:
parent
3fdb50b0ea
commit
01f3763eb4
6 changed files with 24 additions and 23 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue