]> git.saurik.com Git - wxWidgets.git/commitdiff
Default stule for wxFileConfig
authorRobin Dunn <robin@alldunn.com>
Sat, 6 Mar 2004 00:12:53 +0000 (00:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 6 Mar 2004 00:12:53 +0000 (00:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_config.i

index 32ae3655a70be4c0b07d7aefc3834cf4c0abfe87..e1e8fd5edcebe82288b5636d8e103af9b14962e7 100644 (file)
@@ -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();