wxDialogBase only has one ctor, so just do initialization in ctor instead of Init()
authorPaul Cornett <paulcor@bullseye.com>
Sat, 24 Aug 2013 05:04:11 +0000 (05:04 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 24 Aug 2013 05:04:11 +0000 (05:04 +0000)
commit092162bc12858d6912ea6d5371d271ceebd18c49
treeccc6ec6d17f3a03cc530034efc20f3277b6bf357
parent3780d6e577fcc34672a2c6d2d1f77f8c3e7002a5
wxDialogBase only has one ctor, so just do initialization in ctor instead of Init()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dialog.h
src/common/dlgcmn.cpp