eric6/Network/IRC/IrcNetworkEditDialog.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7759
51aa6c6b66f7
--- 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)
         

eric ide

mercurial