1. undid my wrong fix to wxWindowBase::Centre
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Nov 1999 00:30:45 +0000 (00:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Nov 1999 00:30:45 +0000 (00:30 +0000)
commit07cf98cb8eb7625eeffc95e407a9fa1ad863b451
tree4ebdb5d522e04d07d914af46ddce97ba017d9642
parentfd69e87d2586726e57446d7208ceb8854bc74166
1. undid my wrong fix to wxWindowBase::Centre
2. corrected fatal bug in wxCheckLstBox (double deletion of items)
3. wxTextCtrl::SetValue() only does it if the new text is different from
   the old one
4. wxBitmap(const wxIcon&) ctor added
5. compilation fixes for VC++ and generic Win32 implementation of
   wxGetCurrentTime() in timercmn.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/bitmap.h
src/common/timercmn.cpp
src/common/wincmn.cpp
src/msw/bitmap.cpp
src/msw/checklst.cpp
src/msw/font.cpp
src/msw/listbox.cpp
src/msw/ownerdrw.cpp
src/msw/statbox.cpp
src/msw/textctrl.cpp