From: Robin Dunn Date: Wed, 17 Mar 2004 20:07:41 +0000 (+0000) Subject: change default style to match X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d43699ef11d06ea5a92e103445793354452130be change default style to match git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_config.i b/wxPython/src/_config.i index e1e8fd5edc..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();