]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xmlrsall.cpp
Add virtual methods to GSocketBSD for calling the event loop handler
[wxWidgets.git] / src / xrc / xmlrsall.cpp
index ea175a776d929f6ec80c66f58b0f99e030727595..2749b9eb004cc1c6c4f61c0a8a8700ea2cd86a69 100644 (file)
@@ -43,7 +43,7 @@ void wxXmlResource::InitAllHandlers()
 #endif
     AddHandler(new wxListCtrlXmlHandler);
 #if wxUSE_CHECKLISTBOX
-    AddHandler(new wxCheckListXmlHandler);
+    AddHandler(new wxCheckListBoxXmlHandler);
 #endif
 #if wxUSE_CHOICE
     AddHandler(new wxChoiceXmlHandler);
@@ -96,4 +96,7 @@ void wxXmlResource::InitAllHandlers()
     AddHandler(new wxFrameXmlHandler);
     AddHandler(new wxScrolledWindowXmlHandler);
     AddHandler(new wxSplitterWindowXmlHandler);
+#if wxUSE_WIZARDDLG
+    AddHandler(new wxWizardXmlHandler);
+#endif
 }