From: Robin Dunn Date: Sat, 6 Mar 2004 00:12:53 +0000 (+0000) Subject: Default stule for wxFileConfig X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/77c7f5c930b6336834f97c47f5e550c9354c11ea Default stule for wxFileConfig git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_config.i b/wxPython/src/_config.i index 32ae3655a7..e1e8fd5edc 100644 --- a/wxPython/src/_config.i +++ b/wxPython/src/_config.i @@ -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();