diff -r 18292228c724 -r d177226027e2 UI/ErrorLogDialog.py --- a/UI/ErrorLogDialog.py Sun Oct 13 12:21:37 2013 +0200 +++ b/UI/ErrorLogDialog.py Sun Oct 13 14:56:56 2013 +0200 @@ -29,7 +29,8 @@ super().__init__(parent) self.setupUi(self) - pixmap = self.style().standardIcon(QStyle.SP_MessageBoxQuestion).pixmap(32, 32) + pixmap = self.style().standardIcon(QStyle.SP_MessageBoxQuestion)\ + .pixmap(32, 32) self.icon.setPixmap(pixmap) self.__ui = parent