X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..cc6eca35090e1735e2dde009185476dc80726b97:/wxPython/src/_validator.i diff --git a/wxPython/src/_validator.i b/wxPython/src/_validator.i index f04eb83383..10da1778a5 100644 --- a/wxPython/src/_validator.i +++ b/wxPython/src/_validator.i @@ -56,7 +56,7 @@ public: // validators beep by default if invalid key is pressed, these functions // allow to change it static bool IsSilent(); - static void SetBellOnError(int doIt = TRUE); + static void SetBellOnError(int doIt = True); }; @@ -78,7 +78,7 @@ public: self._setOORInfo(self)" wxPyValidator(); - void _setCallbackInfo(PyObject* self, PyObject* _class, int incref=TRUE); + void _setCallbackInfo(PyObject* self, PyObject* _class, int incref=True); };