projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
af673e0
)
Added m_keyGlobal.Open()
author
Julian Smart
<julian@anthemion.co.uk>
Thu, 21 Dec 2000 11:37:43 +0000
(11:37 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Thu, 21 Dec 2000 11:37:43 +0000
(11:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8979
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/regconf.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/regconf.cpp
b/src/msw/regconf.cpp
index 362646e337f78aaa864a47b1e92505c93086b72b..9c77482ec94a9d8bfab359f9856683947f9acc55 100644
(file)
--- a/
src/msw/regconf.cpp
+++ b/
src/msw/regconf.cpp
@@
-134,6
+134,7
@@
wxRegConfig::wxRegConfig(const wxString& appName, const wxString& vendorName,
{
wxLogNull nolog;
m_keyGlobalRoot.Open();
{
wxLogNull nolog;
m_keyGlobalRoot.Open();
+ m_keyGlobal.Open();
}
}
}
}