Fix FileDialog flags

This commit is contained in:
swprojects
2018-01-25 16:24:08 +00:00
parent 50dd8e7ce4
commit 14dac242d2

View File

@@ -83,7 +83,7 @@ class AppI18N(sc.SizedFrame):
defaultDir=os.getcwd(),
defaultFile="",
wildcard=wildcard,
style=wx.OPEN | wx.MULTIPLE | wx.CHANGE_DIR
style=wx.FD_OPEN | wx.FD_MULTIPLE | wx.FD_CHANGE_DIR
) as dlg:
# Show the dialog and retrieve the user response. If it is the