X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11f0bb6988110777c5ed8ef944cbdd8f8684d786..3c8ad70ad4de074ff95b5e3629ebc272551921c0:/wxPython/src/_config.i diff --git a/wxPython/src/_config.i b/wxPython/src/_config.i index 32ae3655a7..7d15765a19 100644 --- a/wxPython/src/_config.i +++ b/wxPython/src/_config.i @@ -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(); @@ -402,7 +402,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), ""); ~wxFileConfig();