]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xmlrsall.cpp
add -mno-cygwin detection: we should treat cygwin as Windows, not Unix, when it's...
[wxWidgets.git] / src / xrc / xmlrsall.cpp
index 8c5757e1aa8a3d59a77acee71201ec5fb981e1f6..47f0292465e37c316d359739e21b366362f35ac5 100644 (file)
@@ -63,6 +63,9 @@ void wxXmlResource::InitAllHandlers()
 #if wxUSE_CHOICEBOOK
     AddHandler(new wxChoicebookXmlHandler);
 #endif
+#if wxUSE_COLLPANE
+    AddHandler(new wxCollapsiblePaneXmlHandler);
+#endif
 #if wxUSE_COLOURPICKERCTRL
     AddHandler(new wxColourPickerCtrlXmlHandler);
 #endif