]> git.saurik.com Git - wxWidgets.git/commitdiff
change default style to match
authorRobin Dunn <robin@alldunn.com>
Wed, 17 Mar 2004 20:07:41 +0000 (20:07 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 17 Mar 2004 20:07:41 +0000 (20:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_config.i

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