--- 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():