no changes, just fixed a typo in warning given about wxDragImage when using wxCocoa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3030,7 +3030,7 @@ if test "$wxUSE_GUI" = "yes"; then
|
||||
wxUSE_DRAG_AND_DROP=no
|
||||
fi
|
||||
if test "$wxUSE_DRAGIMAGE" = "yes"; then
|
||||
AC_MSG_WARN([Drag Image and DandD not supported under wxCocoa yet, disabled])
|
||||
AC_MSG_WARN([wxDragImage not supported under wxCocoa yet, disabled])
|
||||
wxUSE_DRAGIMAGE=no
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user