From fc2d09d5aef9e89ff09137b64b7001e5bf0babaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gu=C3=A9gan?= Date: Tue, 17 Sep 2024 10:35:53 +0200 Subject: [PATCH] Minor changes --- tropical/qt/mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: