Update about dialog

This commit is contained in:
wheaney 2025-03-06 23:00:05 -08:00
parent 1b671c906e
commit cd0f0eec75
2 changed files with 4 additions and 2 deletions

View File

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -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, _):