]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/artprov/arttest.cpp
Fix non-PCH builds (closes #12217)
[wxWidgets.git] / samples / artprov / arttest.cpp
index 464bf3a27daf3df8a0f55b945521988683271540..1c40be4ea30611264010c798ff277e119ca4885b 100644 (file)
@@ -21,7 +21,7 @@
 #endif
 
 #if !defined(__WXMSW__) && !defined(__WXPM__)
-    #include "mondrian.xpm"
+    #include "../sample.xpm"
 #endif
 
 #include "wx/artprov.h"
@@ -150,7 +150,7 @@ wxBitmap MyArtProvider::CreateBitmap(const wxArtID& id,
 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size, long style)
        : wxFrame(NULL, wxID_ANY, title, pos, size, style)
 {
-    SetIcon(wxICON(mondrian));
+    SetIcon(wxICON(sample));
 
     // create a menu bar
     wxMenu *menuFile = new wxMenu;