Add license to About dialog
This commit is contained in:
parent
fa7a87dd76
commit
b762d93ee2
@ -111,6 +111,7 @@ about_cb(GSimpleAction *action, GVariant *parameter, gpointer user_data)
|
|||||||
: NULL),
|
: NULL),
|
||||||
"website", PACKAGE_URL,
|
"website", PACKAGE_URL,
|
||||||
"website-label", _("Astrognome Website"),
|
"website-label", _("Astrognome Website"),
|
||||||
|
"license-type", GTK_LICENSE_GPL_3_0,
|
||||||
"logo-icon-name", PACKAGE_TARNAME,
|
"logo-icon-name", PACKAGE_TARNAME,
|
||||||
NULL);
|
NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user