1. serious bug in wxRegConfig corrected - deleting a value would delete the
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Jun 1999 11:10:50 +0000 (11:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Jun 1999 11:10:50 +0000 (11:10 +0000)
commit92049cd473c81fbce934e71796b2d841d5e605fa
tree6174ffb56f4b71dfc9c600872a9c17e0c73ee2fb
parent408859237485ea905d349a5e430837151c472b99
1. serious bug in wxRegConfig corrected - deleting a value would delete the
   key containing it if it didn't have any subkeys (i.e. would delete the
   sibling values)
2. wxRegKey::GetFirstValue() starts with first value, not the second one
3. typo in wxStaticText::DoSetSize() which prevented width.AsIs() from
   working fixed
4. adjustment for the parent client area offset not done for the top level
   windows (dialogs and frames) any more

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/registry.h
src/msw/regconf.cpp
src/msw/registry.cpp
src/msw/stattext.cpp
src/msw/window.cpp