X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77c7f5c930b6336834f97c47f5e550c9354c11ea..3bcdbe527fde583072eefab67de8974c0e17a1e2:/wxPython/src/_config.i diff --git a/wxPython/src/_config.i b/wxPython/src/_config.i index e1e8fd5edc..ec06be39c7 100644 --- a/wxPython/src/_config.i +++ b/wxPython/src/_config.i @@ -313,7 +313,7 @@ public: DocDeclStr( virtual bool , DeleteAll(), "Delete the whole underlying object (disk file, registry key, ...)\n" - "primarly intended for use by desinstallation routine."); + "primarly intended for use by deinstallation routine."); @@ -383,7 +383,7 @@ public: const wxString& vendorName = wxPyEmptyString, const wxString& localFilename = wxPyEmptyString, const wxString& globalFilename = wxPyEmptyString, - long style = 0), + long style = wxCONFIG_USE_LOCAL_FILE | wxCONFIG_USE_GLOBAL_FILE), ""); ~wxConfig();