fixed bug with not reading settings from HKLM

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-03-03 23:02:26 +00:00
parent bee96abfbc
commit 9a85c87d32
2 changed files with 5 additions and 3 deletions

View File

@@ -90,6 +90,8 @@ wxMSW:
- Added wxSP_NO_XP_THEME style to wxSplitterWindow to switch off
XP theming (some applications look bad without 3D borders)
- wxMenuBar::GetLabelTop() doesn't include '&'s in the label any more
- wxRegConf couldn't read global settings without admin privileges and didn't
even try to do it by default -- now it does
2.5.1