X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fa876ca9ec87e90605808bfcab4d4226965dbad..e917b59561b4b216973151182b07ba5bccbf30a2:/wxPython/demo/DragAndDrop.py?ds=sidebyside diff --git a/wxPython/demo/DragAndDrop.py b/wxPython/demo/DragAndDrop.py index d04bdc7048..5039872fc2 100644 --- a/wxPython/demo/DragAndDrop.py +++ b/wxPython/demo/DragAndDrop.py @@ -1,14 +1,3 @@ -# 11/5/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o Updated for wx namespace -# o Got rid of all the hardcoded window IDs. -# o Fixed a bug in class TestPanel() (empty sizer Add()) -# -# 11/25/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o Fixed a bug in the BMP file dialog; was using GetFilename() -# instead of GetPath() to get the file to load. -# import wx