]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/demo/wxDialog.py
Added wxDropSource::GiveFeedBack().
[wxWidgets.git] / utils / wxPython / demo / wxDialog.py
index a22a528248114cf856bbd94e0947c4bb236a4957..f7a2cf1adf7d52c24190738dae501a8adfe40aff 100644 (file)
@@ -8,7 +8,7 @@ def runTest(frame, nb, log):
 
     wxStaticText(win, -1, "This is a wxDialog", wxPoint(20, 20))
     wxButton(win, wxID_OK,     " OK ", wxPoint(75, 120), wxDefaultSize).SetDefault()
-    wxButton(win, wxID_CANCEL, " Cancel ", wxPoint(150, 120), wxDefaultSize)
+    wxButton(win, wxID_CANCEL, " Cancel ", wxPoint(200, 120), wxDefaultSize)
 
     val = win.ShowModal()
     if val == wxID_OK: