minor changes a bit everywhere + a small wxLog change (Enable()/IsEnabled()
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Oct 1998 23:53:24 +0000 (23:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Oct 1998 23:53:24 +0000 (23:53 +0000)
commitc085e333984dc079a001cd3f581aeb1f51a1f227
treeeed2b9d59344ff2250b19fce91f475af7de0a6f2
parent2d0a075d901994630d4142d0643a292191338ec0
minor changes a bit everywhere + a small wxLog change (Enable()/IsEnabled()
added) + wxTimer member vars are made protected again (but a friend decl
added for the callback)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
22 files changed:
include/wx/log.h
include/wx/msw/app.h
include/wx/msw/private.h
include/wx/msw/registry.h
include/wx/msw/setup.h
include/wx/msw/timer.h
include/wx/msw/wx.rc
src/common/log.cpp
src/msw/app.cpp
src/msw/checkbox.cpp
src/msw/choice.cpp
src/msw/combobox.cpp
src/msw/dcclient.cpp
src/msw/listbox.cpp
src/msw/listctrl.cpp
src/msw/radiobox.cpp
src/msw/radiobut.cpp
src/msw/registry.cpp
src/msw/stattext.cpp
src/msw/textctrl.cpp
src/msw/timer.cpp
src/msw/window.cpp