]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cursor.i
reSWIGged
[wxWidgets.git] / wxPython / src / _cursor.i
index 6b07a0ad676a6d2f8e03482b8c9fd0c82decc8ee..81fe4c90a9cc69365e5f25508f34d414ebdee6a9 100644 (file)
@@ -61,6 +61,8 @@ Stock Cursor IDs
 
 ");
 
+MustHaveApp(wxCursor);
+
 class wxCursor : public wxGDIObject
 {
 public:
@@ -75,7 +77,7 @@ This constructor is not available on wxGTK, use ``wx.StockCursor``,
 ``wx.CursorFromImage``, or ``wx.CursorFromBits`` instead.", "");
         wxCursor(const wxString* cursorName, long type, int hotSpotX=0, int hotSpotY=0) {
 %#ifdef __WXGTK__
-            wxCHECK_MSG(False, NULL,
+            wxCHECK_MSG(false, NULL,
                         wxT("wx.Cursor constructor not implemented for wxGTK, use wx.StockCursor, wx.CursorFromImage, or wx.CursorFromBits instead."));
 %#else
             return new wxCursor(*cursorName, type, hotSpotX, hotSpotY);