diff --git a/src/msw/regconf.cpp b/src/msw/regconf.cpp index 635bdf355d..854d39f7d0 100644 --- a/src/msw/regconf.cpp +++ b/src/msw/regconf.cpp @@ -282,7 +282,7 @@ bool wxRegConfig::Read(wxString *pStr, } if(IsRecordingDefaults()) - Write(szKey,szDefault); + ((wxRegConfig*)this)->Write(szKey,szDefault); // default value *pStr = szDefault; diff --git a/utils/nplugin/samples/gui/index.html b/utils/nplugin/samples/gui/index.html new file mode 100644 index 0000000000..1d84f3d78f --- /dev/null +++ b/utils/nplugin/samples/gui/index.html @@ -0,0 +1,34 @@ + +
++ +