diff -r fdd4b171ac6c -r b46af5b80c7d etherlab/ConfigEditor.py --- 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()