Update about dialog
This commit is contained in:
parent
1b671c906e
commit
cd0f0eec75
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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, _):
|
||||
|
|
|
|||
Loading…
Reference in New Issue