From d43699ef11d06ea5a92e103445793354452130be Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 17 Mar 2004 20:07:41 +0000 Subject: [PATCH] change default style to match git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_config.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.50.0