]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_window.i
Force integer values for positions and sizes
[wxWidgets.git] / wxPython / src / _window.i
index 9dec8acb3583f0ac207871a32893fa5109605850..34c35b37035aee9f247ca30da07769905447fcd8 100644 (file)
@@ -807,7 +807,7 @@ wxWindow* wxFindWindowByLabel( const wxString& label,
         win->SubclassWin(hWnd);
         return win;
 #else
-        PyErr_SetNone(PyExc_NotImplementedError);
+        wxPyRaiseNotImplemented();
         return NULL;
 #endif
     }