eric6/Plugins/PluginAbout.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7780
41420f82c0ac
--- a/eric6/Plugins/PluginAbout.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/Plugins/PluginAbout.py	Sun Apr 12 19:07:49 2020 +0200
@@ -78,7 +78,7 @@
         
         self.aboutAct = E5Action(
             self.tr('About {0}').format(UI.Info.Program),
-            UI.PixmapCache.getIcon("helpAbout.png"),
+            UI.PixmapCache.getIcon("helpAbout"),
             self.tr('&About {0}').format(UI.Info.Program),
             0, 0, self, 'about_eric')
         self.aboutAct.setStatusTip(self.tr(
@@ -93,7 +93,7 @@
         
         self.aboutQtAct = E5Action(
             self.tr('About Qt'),
-            UI.PixmapCache.getIcon("helpAboutQt.png"),
+            UI.PixmapCache.getIcon("helpAboutQt"),
             self.tr('About &Qt'), 0, 0, self, 'about_qt')
         self.aboutQtAct.setStatusTip(
             self.tr('Display information about the Qt toolkit'))

eric ide

mercurial