From: Robin Dunn Date: Mon, 2 Apr 2007 21:24:35 +0000 (+0000) Subject: remove some problem commas X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/030e504664d16a877ddb5f4c87588b75bbb09784 remove some problem commas git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 }