From 93fdbfb70d67459f5b284ee9ca7061aeffee26d3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 11 Nov 2010 12:09:13 +0000 Subject: [PATCH] Fix typo in error message given if wxUSE_CAIRO is undefined. Replaced the wrongly copy-and-pasted wxUSE_BUTTON with wxUSE_CAIRO. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66118 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 e233b4068f..46fcd2597f 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -441,7 +441,7 @@ #ifndef wxUSE_CAIRO # ifdef wxABORT_ON_CONFIG_ERROR -# error "wxUSE_BUTTON must be defined, please read comment near the top of this file." +# error "wxUSE_CAIRO must be defined, please read comment near the top of this file." # else # define wxUSE_CAIRO 0 # endif -- 2.47.2