Corrected the text.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-11-16 00:01:38 +00:00
parent 163f2606f8
commit 7f3d6cbcfe

View File

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