--- a/Graphics/ApplicationDiagramBuilder.py Thu Apr 03 19:21:10 2014 +0200 +++ b/Graphics/ApplicationDiagramBuilder.py Fri Apr 04 18:07:19 2014 +0200 @@ -64,6 +64,7 @@ progress = E5ProgressDialog( self.tr("Parsing modules..."), None, 0, tot, self.tr("%v/%m Modules"), self.parent()) + progress.setWindowTitle(self.tr("Application Diagram")) try: prog = 0 progress.show()