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
This commit is contained in:
@@ -441,7 +441,7 @@
|
|||||||
|
|
||||||
#ifndef wxUSE_CAIRO
|
#ifndef wxUSE_CAIRO
|
||||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
# 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
|
# else
|
||||||
# define wxUSE_CAIRO 0
|
# define wxUSE_CAIRO 0
|
||||||
# endif
|
# endif
|
||||||
|
Reference in New Issue
Block a user