--- a/eric6/Network/IRC/IrcNetworkEditDialog.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/Network/IRC/IrcNetworkEditDialog.py Sun Apr 12 19:07:49 2020 +0200 @@ -39,13 +39,13 @@ self.__manager = manager self.editIdentitiesButton.setIcon( - UI.PixmapCache.getIcon("ircConfigure.png")) + UI.PixmapCache.getIcon("ircConfigure")) self.editServerButton.setIcon( - UI.PixmapCache.getIcon("ircConfigure.png")) + UI.PixmapCache.getIcon("ircConfigure")) self.editChannelButton.setIcon( - UI.PixmapCache.getIcon("ircConfigure.png")) - self.addChannelButton.setIcon(UI.PixmapCache.getIcon("plus.png")) - self.deleteChannelButton.setIcon(UI.PixmapCache.getIcon("minus.png")) + UI.PixmapCache.getIcon("ircConfigure")) + self.addChannelButton.setIcon(UI.PixmapCache.getIcon("plus")) + self.deleteChannelButton.setIcon(UI.PixmapCache.getIcon("minus")) self.__okButton = self.buttonBox.button(QDialogButtonBox.Ok)