From 030e504664d16a877ddb5f4c87588b75bbb09784 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 2 Apr 2007 21:24:35 +0000 Subject: [PATCH] remove some problem commas git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_cmndlgs.i | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wxPython/src/_cmndlgs.i b/wxPython/src/_cmndlgs.i index bd4c856501..56a841e97a 100644 --- a/wxPython/src/_cmndlgs.i +++ b/wxPython/src/_cmndlgs.i @@ -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 } -- 2.50.0