summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Guégan <loic.guegan@mailbox.org>2024-09-17 10:35:53 +0200
committerLoïc Guégan <loic.guegan@mailbox.org>2024-09-17 10:35:53 +0200
commitfc2d09d5aef9e89ff09137b64b7001e5bf0babaf (patch)
treec9b87fbe22cf443f471e88b6fac262fbc4e5f7ac
parent0838598f3d24e1f81c039b8a2af1557979bee14a (diff)
Minor changes
-rw-r--r--tropical/qt/mainwindow.py2
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: