From: Robin Dunn <robin@alldunn.com>
Date: Fri, 16 Nov 2001 00:01:38 +0000 (+0000)
Subject: Corrected the text.
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7f3d6cbcfe97f9f31adc1d5a3affaf620d553c4b

Corrected the text.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/wxPython/demo/CustomDragAndDrop.py b/wxPython/demo/CustomDragAndDrop.py
index 511aa601b3..fd416a29b7 100644
--- a/wxPython/demo/CustomDragAndDrop.py
+++ b/wxPython/demo/CustomDragAndDrop.py
@@ -210,9 +210,10 @@ class CustomDnDPanel(wxPanel):
         # Make the controls
         text1 = wxStaticText(self, -1,
                             "Draw a little picture in this window\n"
-                            "then Ctrl-Drag it to the lower \n"
-                            "window or to another application\n"
-                            "that accepts BMP's as a drop target.\n"
+                            "then switch the mode below and drag the\n"
+                            "picture to the lower window or to another\n"
+                            "application that accepts BMP's as a drop\n"
+                             "target.\n"
                             )
 
         rb1 = wxRadioButton(self, -1, "Draw", style=wxRB_GROUP)