diff -r 583beaf0b4b8 -r 226481ff40d1 Helpviewer/AdBlock/AdBlockExceptionsDialog.py --- a/Helpviewer/AdBlock/AdBlockExceptionsDialog.py Sun Oct 06 19:45:29 2013 +0200 +++ b/Helpviewer/AdBlock/AdBlockExceptionsDialog.py Sun Oct 06 19:52:33 2013 +0200 @@ -28,7 +28,8 @@ super().__init__(parent) self.setupUi(self) - self.iconLabel.setPixmap(UI.PixmapCache.getPixmap("adBlockPlusGreen48.png")) + self.iconLabel.setPixmap( + UI.PixmapCache.getPixmap("adBlockPlusGreen48.png")) self.hostEdit.setInactiveText(self.trUtf8("Enter host to be added..."))