Fixed set license in about window

Signed-off-by: Maxim Logaev <maxlogaev@proton.me>
This commit is contained in:
Maxim Logaev 2024-04-04 16:50:59 +03:00
parent 9d793b90e2
commit efe4e439d1

View file

@ -273,7 +273,7 @@ public class Dino.Ui.Application : Adw.Application, Dino.Application {
about_window.title = _("About Dino+"); about_window.title = _("About Dino+");
about_window.version = version; about_window.version = version;
about_window.website = "https://github.com/mxlgv/dino/"; about_window.website = "https://github.com/mxlgv/dino/";
about_window.copyright = "Copyright © 2016-2024 - Dino & Dino+ Teams"; about_window.copyright = "Copyright © 2016-2024 - Dino and Dino+ Teams";
about_window.license_type = License.GPL_3_0; about_window.license_type = License.GPL_3_0;
if (!use_csd()) { if (!use_csd()) {