From: Vadim Zeitlin Date: Thu, 11 Nov 2010 12:09:13 +0000 (+0000) Subject: Fix typo in error message given if wxUSE_CAIRO is undefined. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/93fdbfb70d67459f5b284ee9ca7061aeffee26d3 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 --- 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