call InitDialog() before showing the dialog, not after; also TRUE -> true
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 May 2004 22:46:57 +0000 (22:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 May 2004 22:46:57 +0000 (22:46 +0000)
commit044fe836c169b99ebeed802d31bb8c794429b888
tree7881702eab65353b3410b36bea5a39bd0f609b56
parent395b914eae60df47b2adf35ef895cce14dfe120d
call InitDialog() before showing the dialog, not after; also TRUE -> true

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/dialog.cpp