X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cbfc9df6768069f770bf8299fc0e6f528a92d4a8..fe45b493dcc42fea4ad4f781a4fb7844d2e95fd0:/wxPython/src/_cmndlgs.i 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 }