etherlab/ConfigEditor.py
branchwxPython4
changeset 3572 b46af5b80c7d
parent 3303 0ffb41625592
child 3660 0e41dbe6ddcd
--- a/etherlab/ConfigEditor.py	Sun Jul 31 12:27:47 2022 +0200
+++ b/etherlab/ConfigEditor.py	Mon Aug 08 18:07:23 2022 +0200
@@ -1240,7 +1240,7 @@
                                _("Choose an XML file"),
                                os.getcwd(), "",
                                _("XML files (*.xml)|*.xml|All files|*.*"),
-                               wx.OPEN)
+                               wx.FD_OPEN)
 
         if dialog.ShowModal() == wx.ID_OK:
             filepath = dialog.GetPath()