X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cfa5d8e39c6572fd20438d5bc29360a56ac328b..2408a0d514300a6ca5f596eacd51a1899bbf4c49:/samples/dragimag/dragimag.cpp diff --git a/samples/dragimag/dragimag.cpp b/samples/dragimag/dragimag.cpp index 0f68a70ff4..f1c9764ac6 100644 --- a/samples/dragimag/dragimag.cpp +++ b/samples/dragimag/dragimag.cpp @@ -337,7 +337,8 @@ MyFrame::MyFrame() wxMenuBar *menu_bar = new wxMenuBar(); menu_bar->Append(file_menu, _T("&File")); - + + SetIcon(wxICON(mondrian)); SetMenuBar( menu_bar ); CreateStatusBar(2);