Commit de342c4a authored by Benjamin Peterson's avatar Benjamin Peterson

#4406 Directory has to inherit from commondialog.Dialog

parent 8ebab5df
...@@ -350,7 +350,7 @@ class SaveAs(_Dialog): ...@@ -350,7 +350,7 @@ class SaveAs(_Dialog):
# the directory dialog has its own _fix routines. # the directory dialog has its own _fix routines.
class Directory(Dialog): class Directory(commondialog.Dialog):
"Ask for a directory" "Ask for a directory"
command = "tk_chooseDirectory" command = "tk_chooseDirectory"
......
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