use global file/regkey by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -121,7 +121,7 @@ public:
|
|||||||
const wxString& vendorName = wxEmptyString,
|
const wxString& vendorName = wxEmptyString,
|
||||||
const wxString& localFilename = wxEmptyString,
|
const wxString& localFilename = wxEmptyString,
|
||||||
const wxString& globalFilename = wxEmptyString,
|
const wxString& globalFilename = wxEmptyString,
|
||||||
long style = wxCONFIG_USE_LOCAL_FILE,
|
long style = wxCONFIG_USE_LOCAL_FILE | wxCONFIG_USE_GLOBAL_FILE,
|
||||||
wxMBConv& conv = wxConvUTF8);
|
wxMBConv& conv = wxConvUTF8);
|
||||||
|
|
||||||
#if wxUSE_STREAMS
|
#if wxUSE_STREAMS
|
||||||
|
@@ -34,7 +34,7 @@ public:
|
|||||||
const wxString& vendorName = wxEmptyString,
|
const wxString& vendorName = wxEmptyString,
|
||||||
const wxString& localFilename = wxEmptyString,
|
const wxString& localFilename = wxEmptyString,
|
||||||
const wxString& globalFilename = wxEmptyString,
|
const wxString& globalFilename = wxEmptyString,
|
||||||
long style = 0);
|
long style = wxCONFIG_USE_GLOBAL_FILE);
|
||||||
|
|
||||||
// dtor will save unsaved data
|
// dtor will save unsaved data
|
||||||
virtual ~wxRegConfig();
|
virtual ~wxRegConfig();
|
||||||
|
Reference in New Issue
Block a user