summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-06 15:32:14 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-06 15:32:14 +0200
commit4e996c35e7d1136af1234888ee1ad9d2fe7bd0d9 (patch)
treeca7831529e11190e21e21b9d169eeb37d09576e3
parent2bea21542329f817cbcf4274b57eb7bd658d497f (diff)
gtkui: added gtkglext notice
-rw-r--r--plugins/gtkui/gtkui.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/gtkui/gtkui.c b/plugins/gtkui/gtkui.c
index 73647cf9..a2b5f3ea 100644
--- a/plugins/gtkui/gtkui.c
+++ b/plugins/gtkui/gtkui.c
@@ -1719,6 +1719,11 @@ static ddb_gtkui_t plugin = {
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
+#if GTK_CHECK_VERSION(3,0,0)
+ "\n"
+ "This plugin includes GTK3 port of gtkglext from https://github.com/tdz/gtkglext\n"
+ "(C) gtkglext authors and contributors under LGPLv2.1\n"
+#endif
,
.gui.plugin.website = "http://deadbeef.sf.net",
.gui.plugin.start = gtkui_start,