diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-17 10:35:53 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-17 10:35:53 +0200 |
| commit | fc2d09d5aef9e89ff09137b64b7001e5bf0babaf (patch) | |
| tree | c9b87fbe22cf443f471e88b6fac262fbc4e5f7ac | |
| parent | 0838598f3d24e1f81c039b8a2af1557979bee14a (diff) | |
Minor changes
| -rw-r--r-- | tropical/qt/mainwindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
