diff -r 17a08bd37c2b -r 4cb7aa43845d ProjectDjango/DjangoRunTestServerDataDialog.py --- a/ProjectDjango/DjangoRunTestServerDataDialog.py Sun Feb 16 14:38:21 2020 +0100 +++ b/ProjectDjango/DjangoRunTestServerDataDialog.py Wed Apr 08 19:58:27 2020 +0200 @@ -34,7 +34,7 @@ super(DjangoRunTestServerDataDialog, self).__init__(parent) self.setupUi(self) - self.fixtureFileButton.setIcon(UI.PixmapCache.getIcon("open.png")) + self.fixtureFileButton.setIcon(UI.PixmapCache.getIcon("open")) self.__project = project