Project/ProjectInterfacesBrowser.py

changeset 3478
beec1d9c1851
parent 3190
a9a94491c4fd
child 3515
1b8381afe38f
--- a/Project/ProjectInterfacesBrowser.py	Thu Apr 03 19:21:10 2014 +0200
+++ b/Project/ProjectInterfacesBrowser.py	Fri Apr 04 18:07:19 2014 +0200
@@ -578,6 +578,7 @@
                 self.tr("%v/%m Interfaces"), self)
             progress.setModal(True)
             progress.setMinimumDuration(0)
+            progress.setWindowTitle(self.tr("Interfaces"))
             i = 0
             
             for fn in self.project.pdata["INTERFACES"]:
@@ -612,6 +613,7 @@
                 self.tr("%v/%m Interfaces"), self)
             progress.setModal(True)
             progress.setMinimumDuration(0)
+            progress.setWindowTitle(self.tr("Interfaces"))
             i = 0
             
             for fn in files:

eric ide

mercurial