]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/FileDialog.py
new DC API fix
[wxWidgets.git] / wxPython / demo / FileDialog.py
index 0d42aa54e64cafc920c7e693d3e189111a0a539b..9129c4381bcc49602b6fe7c13eba0c426a27bd9a 100644 (file)
@@ -1,7 +1,3 @@
-# 11/17/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o Updated for wx namespace
-# 
 
 import  os
 import  wx
@@ -9,7 +5,7 @@ import  wx
 #---------------------------------------------------------------------------
 
 # This is how you pre-establish a file filter so that the dialog
-# only shows the extention(s) you want it to.
+# only shows the extension(s) you want it to.
 wildcard = "Python source (*.py)|*.py|" \
            "Compiled Python (*.pyc)|*.pyc|" \
            "All files (*.*)|*.*"