X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30deac1fa50bd132e57aa386f3c844d275dc95ea..1b8c7ba607a15a2ff8a04448138df9ffff7df6c5:/samples/except/except.cpp?ds=sidebyside diff --git a/samples/except/except.cpp b/samples/except/except.cpp index e0747a4b4c..aa217e4afa 100644 --- a/samples/except/except.cpp +++ b/samples/except/except.cpp @@ -220,7 +220,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size, : wxFrame(NULL, wxID_ANY, title, pos, size, style) { // set the frame icon - SetIcon(wxICON(mondrian)); + SetIcon(wxICON(sample)); #if wxUSE_MENUS // create a menu bar