Kaydet (Commit) 5e438570 authored tarafından Terry Reedy's avatar Terry Reedy

Issue 9222 Fix filetypes for open dialog

üst e61602fc
......@@ -476,8 +476,8 @@ class IOBinding:
savedialog = None
filetypes = [
("Python and text files", "*.py *.pyw *.txt", "TEXT"),
("All text files", "*", "TEXT"),
("Python files", "*.py *.pyw", "TEXT"),
("Text files", "*.txt", "TEXT"),
("All files", "*"),
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment