]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cmndlgs.i
remove some problem commas
[wxWidgets.git] / wxPython / src / _cmndlgs.i
index bd4c85650133d5cce2ce6ee958001a652813dce9..56a841e97a9f68e56d0fca355575395a84d735a9 100644 (file)
@@ -210,11 +210,11 @@ enum {
 
 %pythoncode {
     %# deprecated names
-    OPEN              = FD_OPEN,
-    SAVE              = FD_SAVE,
-    OVERWRITE_PROMPT  = FD_OVERWRITE_PROMPT,
-    FILE_MUST_EXIST   = FD_FILE_MUST_EXIST,
-    MULTIPLE          = FD_MULTIPLE,
+    OPEN              = FD_OPEN
+    SAVE              = FD_SAVE
+    OVERWRITE_PROMPT  = FD_OVERWRITE_PROMPT
+    FILE_MUST_EXIST   = FD_FILE_MUST_EXIST
+    MULTIPLE          = FD_MULTIPLE
     CHANGE_DIR        = FD_CHANGE_DIR
 }