From cde242b856935bb368f4582d17db47ef2f875ad7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 7 Mar 2007 18:41:31 +0000 Subject: [PATCH] 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 --- configure | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 3791d87187..c74780ba1f 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index b24c98b472..ccdd99f63c 100644 --- a/configure.in +++ b/configure.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 -- 2.45.2