eric6/VCS/ProjectHelper.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7759
51aa6c6b66f7
diff -r 1358e9d67a1c -r 88261c96484b eric6/VCS/ProjectHelper.py
--- a/eric6/VCS/ProjectHelper.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/VCS/ProjectHelper.py	Sun Apr 12 19:07:49 2020 +0200
@@ -67,7 +67,7 @@
         self.vcsNewAct = E5Action(
             QCoreApplication.translate(
                 "VcsProjectHelper", 'New from repository'),
-            UI.PixmapCache.getIcon("vcsCheckout.png"),
+            UI.PixmapCache.getIcon("vcsCheckout"),
             QCoreApplication.translate(
                 "VcsProjectHelper", '&New from repository...'),
             0, 0, self, 'vcs_new')
@@ -87,7 +87,7 @@
         self.vcsExportAct = E5Action(
             QCoreApplication.translate(
                 "VcsProjectHelper", 'Export from repository'),
-            UI.PixmapCache.getIcon("vcsExport.png"),
+            UI.PixmapCache.getIcon("vcsExport"),
             QCoreApplication.translate(
                 "VcsProjectHelper", '&Export from repository...'),
             0, 0, self, 'vcs_export')
@@ -106,7 +106,7 @@
         self.vcsAddAct = E5Action(
             QCoreApplication.translate(
                 "VcsProjectHelper", 'Add to repository'),
-            UI.PixmapCache.getIcon("vcsCommit.png"),
+            UI.PixmapCache.getIcon("vcsCommit"),
             QCoreApplication.translate(
                 "VcsProjectHelper", '&Add to repository...'),
             0, 0, self, 'vcs_add')

eric ide

mercurial