X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cbfc9df6768069f770bf8299fc0e6f528a92d4a8..8237a1c052547f37baf330b5a5ed044aa2ed704c:/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 }