diff --git a/tropical/qt/mainwindow.py b/tropical/qt/mainwindow.py index 4056bca..83a92da 100644 --- a/tropical/qt/mainwindow.py +++ b/tropical/qt/mainwindow.py @@ -23,7 +23,7 @@ class MainWindow(QMainWindow): self.show() def setVersion(self,version): - self.statusbar.showMessage("Calanus v"+version,0) + self.statusbar.showMessage("TropiCal v"+version,0) def event(self, event): if event.type() == DaySelectedEvent: