]> git.saurik.com Git - wxWidgets.git/commitdiff
no changes, just fixed a typo in warning given about wxDragImage when using wxCocoa
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Mar 2007 18:41:31 +0000 (18:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Mar 2007 18:41:31 +0000 (18:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 3791d871879945202f61cea48ba50522a8344415..c74780ba1f4ed5c68f795c5f8c8392341f78e82f 100755 (executable)
--- 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
index b24c98b472c3c9995d49d629cee952961932319d..ccdd99f63ce49296f5101d415744ff3e1f1c1e0c 100644 (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