X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..5ce4d9fa3788e3588105437688590d8490e557c8:/wxPython/contrib/xrc/_xml.i diff --git a/wxPython/contrib/xrc/_xml.i b/wxPython/contrib/xrc/_xml.i index a56525f3f4..067e69b8dc 100644 --- a/wxPython/contrib/xrc/_xml.i +++ b/wxPython/contrib/xrc/_xml.i @@ -135,7 +135,7 @@ public: ~wxXmlDocument(); - // Parses .xml file and loads data. Returns TRUE on success, FALSE + // Parses .xml file and loads data. Returns True on success, False // otherwise. bool Load(const wxString& filename, const wxString& encoding = wxPyUTF8String);