summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,