]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/taborder/taborder.cpp
Fix various documentation warnings throughout core and base.
[wxWidgets.git] / samples / taborder / taborder.cpp
index 39165b2d759c1a48ca8e5e906bf998e82526e235..da546fe8e342e3861c62067ce9441d87d00ee239 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        taborder.cpp
 // Purpose:     Sample for testing TAB navigation
 // Author:      Vadim Zeitlin
-// RCS-ID:      $Id$
 // Copyright:   (c) 2007 Vadim Zeitlin
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -39,7 +38,7 @@
 
 #include "wx/notebook.h"
 
-#ifndef __WXMSW__
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif