From: Václav Slavík Date: Sun, 30 Dec 2001 15:51:20 +0000 (+0000) Subject: fixed stupid typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/636e7e5d6f06c78e270e8738f3d5ac21bcac30ba fixed stupid typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/xrc/xmlrsall.cpp b/contrib/src/xrc/xmlrsall.cpp index 6f4a5039de..29deb1c4ca 100644 --- a/contrib/src/xrc/xmlrsall.cpp +++ b/contrib/src/xrc/xmlrsall.cpp @@ -43,7 +43,7 @@ void wxXmlResource::InitAllHandlers() AddHandler(new wxTreeCtrlXmlHandler); AddHandler(new wxCalendarCtrlXmlHandler); AddHandler(new wxListCtrlXmlHandler); -#if CHECKLISTBOX +#if wxUSE_CHECKLISTBOX AddHandler(new wxCheckListXmlHandler); #endif #if wxUSE_CHOICE diff --git a/src/xrc/xmlrsall.cpp b/src/xrc/xmlrsall.cpp index 6f4a5039de..29deb1c4ca 100644 --- a/src/xrc/xmlrsall.cpp +++ b/src/xrc/xmlrsall.cpp @@ -43,7 +43,7 @@ void wxXmlResource::InitAllHandlers() AddHandler(new wxTreeCtrlXmlHandler); AddHandler(new wxCalendarCtrlXmlHandler); AddHandler(new wxListCtrlXmlHandler); -#if CHECKLISTBOX +#if wxUSE_CHECKLISTBOX AddHandler(new wxCheckListXmlHandler); #endif #if wxUSE_CHOICE