mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
Fix FileDialog flags
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user