]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_pen.i
Add IsValid()
[wxWidgets.git] / wxPython / src / _pen.i
index 5f9f7a278e25b4cc4478505b43a8563187889f48..860f18c9870dee1df7350b884fc5d61aaaa3dd26 100644 (file)
@@ -107,8 +107,8 @@ public:
 
     
     %extend {
 
     
     %extend {
-        bool __eq__(const wxPen* other) { return other ? (*self == *other) : False; }
-        bool __ne__(const wxPen* other) { return other ? (*self != *other) : True;  }
+        bool __eq__(const wxPen* other) { return other ? (*self == *other) : false; }
+        bool __ne__(const wxPen* other) { return other ? (*self != *other) : true;  }
     }
     %pythoncode { def __nonzero__(self): return self.Ok() }
 };
     }
     %pythoncode { def __nonzero__(self): return self.Ok() }
 };