accel-parse: Add a notice about where the code came from

This commit is contained in:
Jasper St. Pierre 2014-04-07 11:25:16 -04:00
parent 4d4ecae2a1
commit a7d4713393

View File

@ -30,6 +30,10 @@
#include <string.h>
#include <stdlib.h>
/* This is copied from GTK+ and modified to work with mutter's
* internal structures. Originating code comes from gtk/gtkaccelgroup.c
*/
static inline gboolean
is_alt (const gchar *string)
{