From 9cbed896abcdbd9e00064b86bb4db1981ff37eb2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 21 Sep 2014 16:59:10 -0400 Subject: [PATCH] fixed license --- src/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui.c b/src/ui.c index 9f423f8..dcb3ea0 100644 --- a/src/ui.c +++ b/src/ui.c @@ -89,7 +89,7 @@ void ui_show_about_dialog() "copyright", _("Copyright(c) 2010-2014 jeanfi@gmail.com"), #if GTK_CHECK_VERSION(3, 12, 0) - "license-type", GTK_LICENSE_GPL_2_0_ONLY, + "license-type", GTK_LICENSE_GPL_2_0, #endif "logo-icon-name", "psensor", "program-name", "Psensor", -- 2.7.4