]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_icon.i
New wxDesigner-less version of the MimeTypesManager demo
[wxWidgets.git] / wxPython / src / _icon.i
index bd112d3d98cec215172168b53ed1e917ffbe092d..2fcaadd9e07c71894230ec86e7882328d4dfd0aa 100644 (file)
@@ -93,7 +93,7 @@ public:
     ~wxIconLocation();
 
 
-    // returns true if this object is valid/initialized
+    // returns True if this object is valid/initialized
     bool IsOk() const;
     %pythoncode { def __nonzero__(self): return self.Ok() }