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:
Vadim Zeitlin
2007-03-07 18:41:31 +00:00
parent 7df24e7868
commit cde242b856
2 changed files with 3 additions and 3 deletions

View File

@@ -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