From c3f01cc9b61ac0b225542ea4456b4fc8b3aa36aa Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Tue, 24 Sep 2024 17:10:30 +0200 Subject: [PATCH] Pamhyr2: About: Add code name. --- src/View/About/Window.py | 1 + src/View/ui/about.ui | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/View/About/Window.py b/src/View/About/Window.py index aa6eab08..a3605ea8 100644 --- a/src/View/About/Window.py +++ b/src/View/About/Window.py @@ -55,6 +55,7 @@ class AboutWindow(PamhyrDialog): label = self.get_label_text("label_version") label = label.replace("@version", version) + label = label.replace("@codename", "(Tahiti)") self.set_label_text("label_version", label) # Authors diff --git a/src/View/ui/about.ui b/src/View/ui/about.ui index 1b1041bb..48227bdf 100644 --- a/src/View/ui/about.ui +++ b/src/View/ui/about.ui @@ -7,7 +7,7 @@ 0 0 640 - 360 + 361 @@ -128,7 +128,7 @@ - Version: @version + Version: @version @codename @@ -247,6 +247,9 @@ + + +