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:
4
configure
vendored
4
configure
vendored
@@ -28816,8 +28816,8 @@ echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled"
|
||||
wxUSE_DRAG_AND_DROP=no
|
||||
fi
|
||||
if test "$wxUSE_DRAGIMAGE" = "yes"; then
|
||||
{ echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
|
||||
echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
|
||||
echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
|
||||
wxUSE_DRAGIMAGE=no
|
||||
fi
|
||||
fi
|
||||
|
@@ -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