--- a/Graphics/ApplicationDiagramBuilder.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Graphics/ApplicationDiagramBuilder.py Fri Nov 01 15:48:48 2013 +0100 @@ -64,7 +64,8 @@ tot = len(modules) try: prog = 0 - progress = QProgressDialog(self.trUtf8("Parsing modules..."), + progress = QProgressDialog( + self.trUtf8("Parsing modules..."), None, 0, tot, self.parent()) progress.show() QApplication.processEvents() @@ -276,7 +277,8 @@ projectFile = parts[0].split("=", 1)[1].strip() if projectFile != self.project.getProjectFile(): - res = E5MessageBox.yesNo(None, + res = E5MessageBox.yesNo( + None, self.trUtf8("Load Diagram"), self.trUtf8( """<p>The diagram belongs to the project <b>{0}</b>."""