]> git.saurik.com Git - wxWidgets.git/commitdiff
remove some problem commas
authorRobin Dunn <robin@alldunn.com>
Mon, 2 Apr 2007 21:24:35 +0000 (21:24 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 2 Apr 2007 21:24:35 +0000 (21:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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
 }