From cd0f0eec75834a6d563216ae5f6cf869901a3e1c Mon Sep 17 00:00:00 2001 From: wheaney <42350981+wheaney@users.noreply.github.com> Date: Thu, 6 Mar 2025 23:00:05 -0800 Subject: [PATCH] Update about dialog --- ui/po/breezydesktop.pot | 2 +- ui/src/main.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/po/breezydesktop.pot b/ui/po/breezydesktop.pot index 2e7f499..4fe2663 100644 --- a/ui/po/breezydesktop.pot +++ b/ui/po/breezydesktop.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-03-06 22:32-0800\n" +"POT-Creation-Date: 2025-03-06 22:59-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/ui/src/main.py b/ui/src/main.py index c1472b7..e415388 100644 --- a/ui/src/main.py +++ b/ui/src/main.py @@ -111,7 +111,9 @@ class BreezydesktopApplication(Adw.Application): logo_icon_name='com.xronlinux.BreezyDesktop', version=self.version, authors=['Wayne Heaney'], - copyright='© 2024 Wayne Heaney') + copyright='© 2025 Wayne Heaney', + license_type=Gtk.License.GPL_3_0, + wrap_license=True) about.present() def on_license_action(self, widget, _):