From 4c0c82c92f0780517b57037e5a948bc91c93f872 Mon Sep 17 00:00:00 2001 From: riccardom Date: Fri, 3 Jun 2011 17:16:40 +0000 Subject: [PATCH] wx: fixup window icon Make it work here and maybe even in a portable way. --- desmume/src/wx/wxMain.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desmume/src/wx/wxMain.cpp b/desmume/src/wx/wxMain.cpp index bfecd427c..fa6568296 100644 --- a/desmume/src/wx/wxMain.cpp +++ b/desmume/src/wx/wxMain.cpp @@ -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);