Add license to About dialog

This commit is contained in:
Gergely Polonkai 2014-07-12 11:07:45 +02:00
parent fa7a87dd76
commit b762d93ee2

View File

@ -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);
} }