]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_bitmap.i
reSWIGged
[wxWidgets.git] / wxPython / src / _bitmap.i
index 88e91c0d5e15fd6a79c2b890eaeafabd6b474821..a89b83b9689683299c8f54253b6a155d6a20cf5d 100644 (file)
@@ -289,8 +289,8 @@ the ``type`` parameter.", "");
     %pythoncode { def __nonzero__(self): return self.Ok() }
 
     %extend {
-        bool __eq__(const wxBitmap* other) { return other ? (*self == *other) : False; }
-        bool __ne__(const wxBitmap* other) { return other ? (*self != *other) : True;  }
+        bool __eq__(const wxBitmap* other) { return other ? (*self == *other) : false; }
+        bool __ne__(const wxBitmap* other) { return other ? (*self != *other) : true;  }
     }
 };