]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo in error message given if wxUSE_CAIRO is undefined.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Nov 2010 12:09:13 +0000 (12:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Nov 2010 12:09:13 +0000 (12:09 +0000)
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

index e233b4068fb9b9cbec627b11bb472335a446852a..46fcd2597f689a86e621107f50ef7a317fa3f88f 100644 (file)
 
 #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