diff -r 3674ff5fa8f8 -r 6ffc581f00f1 Helpviewer/Sync/SyncAssistantDialog.py --- a/Helpviewer/Sync/SyncAssistantDialog.py Wed Oct 09 19:47:41 2013 +0200 +++ b/Helpviewer/Sync/SyncAssistantDialog.py Thu Oct 10 18:35:45 2013 +0200 @@ -38,12 +38,16 @@ self.setPage(SyncGlobals.PageEncryption, SyncEncryptionPage(self)) self.setPage(SyncGlobals.PageType, SyncHostTypePage(self)) self.setPage(SyncGlobals.PageFTPSettings, SyncFtpSettingsPage(self)) - self.setPage(SyncGlobals.PageDirectorySettings, SyncDirectorySettingsPage(self)) + self.setPage(SyncGlobals.PageDirectorySettings, + SyncDirectorySettingsPage(self)) self.setPage(SyncGlobals.PageCheck, SyncCheckPage(self)) - self.setPixmap(QWizard.LogoPixmap, UI.PixmapCache.getPixmap("ericWeb48.png")) - self.setPixmap(QWizard.WatermarkPixmap, UI.PixmapCache.getPixmap("eric256.png")) - self.setPixmap(QWizard.BackgroundPixmap, UI.PixmapCache.getPixmap("eric256.png")) + self.setPixmap(QWizard.LogoPixmap, + UI.PixmapCache.getPixmap("ericWeb48.png")) + self.setPixmap(QWizard.WatermarkPixmap, + UI.PixmapCache.getPixmap("eric256.png")) + self.setPixmap(QWizard.BackgroundPixmap, + UI.PixmapCache.getPixmap("eric256.png")) self.setMinimumSize(650, 450) if Globals.isWindowsPlatform():