From 636e7e5d6f06c78e270e8738f3d5ac21bcac30ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 30 Dec 2001 15:51:20 +0000 Subject: [PATCH] fixed stupid typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/xrc/xmlrsall.cpp | 2 +- src/xrc/xmlrsall.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2