From 60bea0cfb5861737b367ca483295ea4ad3c1d8ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 14 Feb 2005 18:05:38 +0000 Subject: [PATCH] Oups... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/chkconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index b6db50e9f5..fbccbd0be4 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -1265,7 +1265,7 @@ #if wxUSE_DATEPICKCTRL # if !wxUSE_DATETIME # ifdef wxABORT_ON_CONFIG_ERROR -# error wxDatePickerCtrl requires wxUSE_DATETIME" +# error "wxDatePickerCtrl requires wxUSE_DATETIME" # else # undef wxUSE_DATETIME # define wxUSE_DATETIME 1 -- 2.47.2