remove some problem commas

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-04-02 21:24:35 +00:00
parent d029969fcc
commit 030e504664

View File

@@ -210,11 +210,11 @@ enum {
%pythoncode { %pythoncode {
%# deprecated names %# deprecated names
OPEN = FD_OPEN, OPEN = FD_OPEN
SAVE = FD_SAVE, SAVE = FD_SAVE
OVERWRITE_PROMPT = FD_OVERWRITE_PROMPT, OVERWRITE_PROMPT = FD_OVERWRITE_PROMPT
FILE_MUST_EXIST = FD_FILE_MUST_EXIST, FILE_MUST_EXIST = FD_FILE_MUST_EXIST
MULTIPLE = FD_MULTIPLE, MULTIPLE = FD_MULTIPLE
CHANGE_DIR = FD_CHANGE_DIR CHANGE_DIR = FD_CHANGE_DIR
} }