Call InitializeModules instead of just module->Init(). This is needed so the module...
authorRobin Dunn <robin@alldunn.com>
Tue, 7 May 2013 21:09:31 +0000 (21:09 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 7 May 2013 21:09:31 +0000 (21:09 +0000)
commit58d1949f8c0d601c2ec3ceafe0a436a36a72ac29
tree3b5ff8d547922a93267bddca3ebf1eecf8dd1895
parent10d4023e0d7c87a1e23b0305fbed8d6254565cd1
Call InitializeModules instead of just module->Init().  This is needed so the module will have the proper state and not cause an assert when the modules are cleaned up.  Since InitializeModules will skip any that are already initialized it doesn't hurt to call it for modules loaded later.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/propgrid/propgrid.cpp
src/richtext/richtextbuffer.cpp
src/xrc/xmlres.cpp