Use "project name" consistently on the GUI

This commit is contained in:
Veronica Berglyd Olsen
2022-05-22 16:23:49 +02:00
parent a541c90690
commit f7e31bd452
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1397,7 +1397,7 @@ class GuiMain(QMainWindow):
return True
def _updateWindowTitle(self, projName=None):
"""Set the window title and add the project's working title.
"""Set the window title and add the project's name.
"""
winTitle = self.mainConf.appName
if projName is not None: