]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/taborder/taborder.cpp
Fix return value of wxGenericTreeCtrl::FindItem().
[wxWidgets.git] / samples / taborder / taborder.cpp
index 957841e0744f985147c34adaab6beff70fc2c97f..934dedcd3d2366c3caa0ce4f3b149c4305625f13 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vadim Zeitlin
 // RCS-ID:      $Id$
 // Copyright:   (c) 2007 Vadim Zeitlin
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -39,7 +39,7 @@
 
 #include "wx/notebook.h"
 
-#ifndef __WXMSW__
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif