X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a8d94185f3d3237861e582c80cf5b7ac43c3c74..2113bc7764ea7a0b1a6682ce3275b6f06f036ab3:/contrib/samples/foldbar/foldpanelbar/foldpanelbartest.cpp diff --git a/contrib/samples/foldbar/foldpanelbar/foldpanelbartest.cpp b/contrib/samples/foldbar/foldpanelbar/foldpanelbartest.cpp index 62ff6abbed..2a17ea90f5 100644 --- a/contrib/samples/foldbar/foldpanelbar/foldpanelbartest.cpp +++ b/contrib/samples/foldbar/foldpanelbar/foldpanelbartest.cpp @@ -28,9 +28,7 @@ // ---------------------------------------------------------------------------- // the application icon (under Windows and OS/2 it is in resources) -#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__) || defined(__WXX11__) - #include "mondrian.xpm" -#endif +#include "sample.xpm" // ---------------------------------------------------------------------------- // MyApp Class @@ -128,7 +126,7 @@ bool MyApp::OnInit() MyAppFrame::MyAppFrame(const wxString& title, const wxPoint& pos, const wxSize& size, long style) : wxFrame(NULL, wxID_ANY, title, pos, size, style), m_pnl(NULL) { - SetIcon(wxICON(mondrian)); + SetIcon(wxIcon(sample_xpm)); SetMenuBar(CreateMenuBar());