X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7db82dced50cce6ac8440a442a8fd3f6e25c2ab..26f7724c4b03d6d75f8aa80d6cd2b5099ac32ea1:/src/xrc/xmlrsall.cpp?ds=sidebyside diff --git a/src/xrc/xmlrsall.cpp b/src/xrc/xmlrsall.cpp index ccee1ef255..87a23ea384 100644 --- a/src/xrc/xmlrsall.cpp +++ b/src/xrc/xmlrsall.cpp @@ -75,6 +75,9 @@ void wxXmlResource::InitAllHandlers() #if wxUSE_COMBOBOX AddHandler(new wxComboBoxXmlHandler); #endif +#if wxUSE_COMBOCTRL + AddHandler(new wxComboCtrlXmlHandler); +#endif #if wxUSE_DATEPICKCTRL AddHandler(new wxDateCtrlXmlHandler); #endif