eric6/WebBrowser/Sync/SyncAssistantDialog.py

changeset 7533
88261c96484b
parent 7514
0960c7c1f497
child 7781
607a6098cb44
--- a/eric6/WebBrowser/Sync/SyncAssistantDialog.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/WebBrowser/Sync/SyncAssistantDialog.py	Sun Apr 12 19:07:49 2020 +0200
@@ -44,11 +44,11 @@
         self.setPage(SyncGlobals.PageCheck, SyncCheckPage(self))
         
         self.setPixmap(QWizard.LogoPixmap,
-                       UI.PixmapCache.getPixmap("ericWeb48.png"))
+                       UI.PixmapCache.getPixmap("ericWeb48"))
         self.setPixmap(QWizard.WatermarkPixmap,
-                       UI.PixmapCache.getPixmap("eric256.png"))
+                       UI.PixmapCache.getPixmap("eric256"))
         self.setPixmap(QWizard.BackgroundPixmap,
-                       UI.PixmapCache.getPixmap("eric256.png"))
+                       UI.PixmapCache.getPixmap("eric256"))
         
         self.setMinimumSize(650, 450)
         if Globals.isWindowsPlatform():

eric ide

mercurial