X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cbfc9df6768069f770bf8299fc0e6f528a92d4a8..26ee65c723cf55822c540506f064ec11d9b26858:/wxPython/src/gtk/_windows.py diff --git a/wxPython/src/gtk/_windows.py b/wxPython/src/gtk/_windows.py index 3d04f82f7d..ccf6b92382 100644 --- a/wxPython/src/gtk/_windows.py +++ b/wxPython/src/gtk/_windows.py @@ -2373,11 +2373,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):