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:
parent
f2e4cf3dc6
commit
93fdbfb70d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user