]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xmlrsall.cpp
Don't set insertion point if the text is the same in SetValue
[wxWidgets.git] / src / xrc / xmlrsall.cpp
index 7de3f4f9cbaa21f1a6ea844455023a54a254a057..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);