X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..c6aabd1ca9a5590d5dd8e89d83a5fba74c69c931:/samples/thread/thread.cpp diff --git a/samples/thread/thread.cpp b/samples/thread/thread.cpp index da8acbdc54..132795efa1 100644 --- a/samples/thread/thread.cpp +++ b/samples/thread/thread.cpp @@ -351,7 +351,7 @@ MyFrame::MyFrame(const wxString& title) { m_oldLogger = wxLog::GetActiveTarget(); - SetIcon(wxIcon(sample_xpm)); + SetIcon(wxICON(sample)); // Make a menubar wxMenuBar *menuBar = new wxMenuBar;