1. fixed small bug with toolbar size updates
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jan 2000 22:36:52 +0000 (22:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jan 2000 22:36:52 +0000 (22:36 +0000)
commit0d7ea902499bf302628cc12aa4705fb162b6fefd
tree406bf0076bb3a038d6e831e3fc9bdc3bd8e86843
parent4b89c618454fad682c484e86310008f583b9ab55
1. fixed small bug with toolbar size updates
2. fixed bug with showing message box from wxApp::OnInit()
3. fixed crash on DDE client disconnection
4. fixed wxExecute() which was broken since quite some time (hidden
   window creation problems) and in wxShell()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/function.tex
docs/latex/wx/tsamples.tex
src/common/wincmn.cpp
src/msw/dde.cpp
src/msw/msgdlg.cpp
src/msw/tbar95.cpp
src/msw/utils.cpp
src/msw/utilsexc.cpp