]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_odcombo.cpp
allow changing the page from keyboard in property sheet like controls even when the...
[wxWidgets.git] / src / xrc / xh_odcombo.cpp
index ffd08373efa69719b2c0f0a62f3733d09afb3ebd..f5108204a48aa938ec6f8c55527d796e90036497 100644 (file)
@@ -106,7 +106,7 @@ wxObject *wxOwnerDrawnComboBoxXmlHandler::DoCreateResource()
 
 bool wxOwnerDrawnComboBoxXmlHandler::CanHandle(wxXmlNode *node)
 {
-#if wxABI_VERSION >= 20700
+#if wxCHECK_VERSION(2,7,0)
 
     return (IsOfClass(node, wxT("wxOwnerDrawnComboBox")) ||
            (m_insideBox && node->GetName() == wxT("item")));