]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/vscroll/vstest.cpp
added wxPLURAL() macro
[wxWidgets.git] / samples / vscroll / vstest.cpp
index c1e18c824844e064f1e717b679ffe97c0143cc7a..e838e00063b06f592b1ac664fe1fb95c4579e674 100644 (file)
@@ -41,7 +41,7 @@
 
 // the application icon (under Windows and OS/2 it is in resources)
 #if !defined(__WXMSW__) && !defined(__WXOS2__)
-    #include "mondrian.xpm"
+    #include "../sample.xpm"
 #endif
 
 // ----------------------------------------------------------------------------
@@ -237,7 +237,7 @@ VScrollFrame::VScrollFrame()
                       wxSize(400, 350))
 {
     // set the frame icon
-    SetIcon(wxICON(mondrian));
+    SetIcon(wxICON(sample));
 
 #if wxUSE_MENUS
     // create a menu bar