Project/ProjectInterfacesBrowser.py

branch
Py2 comp.
changeset 3515
1b8381afe38f
parent 3484
645c12de6b0c
parent 3478
beec1d9c1851
child 3591
2f2a4a76dd22
--- a/Project/ProjectInterfacesBrowser.py	Sun Apr 13 15:45:57 2014 +0200
+++ b/Project/ProjectInterfacesBrowser.py	Tue Apr 15 22:41:08 2014 +0200
@@ -584,6 +584,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"]:
@@ -618,6 +619,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