]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fileconf.h
added and documented wxApp::OnExceptionInMainLoop()
[wxWidgets.git] / include / wx / fileconf.h
index 573fbc430f46b36dea580c55e0d50826b8955369..ea5eab449352c3506bd035c4b9b02170eeb3f352 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "wx/textfile.h"
 #include "wx/string.h"
+#include "wx/confbase.h"
 
 // ----------------------------------------------------------------------------
 // wxFileConfig
@@ -120,7 +121,7 @@ public:
                const wxString& vendorName = wxEmptyString,
                const wxString& localFilename = wxEmptyString,
                const wxString& globalFilename = wxEmptyString,
-               long style = wxCONFIG_USE_LOCAL_FILE,
+               long style = wxCONFIG_USE_LOCAL_FILE | wxCONFIG_USE_GLOBAL_FILE,
                wxMBConv& conv = wxConvUTF8);
 
 #if wxUSE_STREAMS