wx: fixup window icon
Make it work here and maybe even in a portable way.
This commit is contained in:
parent
fae159d2ec
commit
4c0c82c92f
|
@ -712,7 +712,8 @@ DesmumeFrame::DesmumeFrame(const wxString& title)
|
|||
|
||||
LoadSettings();
|
||||
|
||||
SetIcon(wxIcon(wxT("DeSmuME.xpm")));
|
||||
SetIcon(wxICON(DeSmuME));
|
||||
|
||||
loadmenuBar(menuBar);
|
||||
|
||||
ChangeRotation(nds_screen_rotation_angle, false);
|
||||
|
|
Loading…
Reference in New Issue