X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cbfc9df6768069f770bf8299fc0e6f528a92d4a8..cc8ce392c535b7a614337e3bdba04b670e2e34d0:/wxPython/src/msw/_windows.py diff --git a/wxPython/src/msw/_windows.py b/wxPython/src/msw/_windows.py index 3f6b371091..87a28b1e9e 100644 --- a/wxPython/src/msw/_windows.py +++ b/wxPython/src/msw/_windows.py @@ -2381,11 +2381,11 @@ FD_CHANGE_DIR = _windows_.FD_CHANGE_DIR FD_PREVIEW = _windows_.FD_PREVIEW FD_DEFAULT_STYLE = _windows_.FD_DEFAULT_STYLE # 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 class FileDialog(Dialog):