]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cursor.i
backwards compatibility aliases can be used in the wxPython namespace
[wxWidgets.git] / wxPython / src / _cursor.i
index 84f22ebd5f022e205332c6a9df58eb4c075d8ca3..dac7260966aa529bbe33dff36d993a1d5d28e043 100644 (file)
@@ -21,7 +21,7 @@ public:
     %extend {
         wxCursor(const wxString* cursorName, long flags, int hotSpotX=0, int hotSpotY=0) {
 #ifdef __WXGTK__
-            wxCHECK_MSG(FALSE, NULL,
+            wxCHECK_MSG(False, NULL,
                         wxT("wxCursor constructor not implemented for wxGTK, use wxStockCursor, wxCursorFromImage, or wxCursorFromBits instead."));
 #else
             return new wxCursor(*cursorName, flags, hotSpotX, hotSpotY);