X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui.c;fp=src%2Fui.c;h=a60a44aadca52b66fe7c35b0bf369bcf697dcc8a;hb=c8222df594ebe1eb901b7fd7a0b91503f4fefd89;hp=68766003537057a802dc4b799c90b3403f7a9ac3;hpb=f24c76355b00c3bb873d02a6967e3edad717b253;p=psensor.git diff --git a/src/ui.c b/src/ui.c index 6876600..a60a44a 100644 --- a/src/ui.c +++ b/src/ui.c @@ -84,7 +84,10 @@ void ui_show_about_dialog() _("Psensor is a GTK+ application for monitoring hardware " "sensors"), "copyright", - _("Copyright(c) 2010-2014\njeanfi@gmail.com"), + _("Copyright(c) 2010-2014 jeanfi@gmail.com"), +#if GTK_CHECK_VERSION(3, 12, 0) + "license-type", GTK_LICENSE_GPL_2_0_ONLY, +#endif "logo-icon-name", "psensor", "program-name", "Psensor", "title", _("About Psensor"),