]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/taborder/taborder.cpp
fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / samples / taborder / taborder.cpp
index 957841e0744f985147c34adaab6beff70fc2c97f..da546fe8e342e3861c62067ce9441d87d00ee239 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        taborder.cpp
 // Purpose:     Sample for testing TAB navigation
 // Author:      Vadim Zeitlin
-// RCS-ID:      $Id$
 // Copyright:   (c) 2007 Vadim Zeitlin
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -39,7 +38,7 @@
 
 #include "wx/notebook.h"
 
-#ifndef __WXMSW__
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif