diff options
author | Cody Russell <bratsche@src.gnome.org> | 2008-07-01 22:57:50 +0000 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2008-07-01 22:57:50 +0000 |
commit | 57223c9a056bfff1635ddd1e67f660cd5a61e9ff (patch) | |
tree | df4b40979bb8971cc15ab4d8839f9403801daa7c /gdk/gdkkeysyms-update.pl | |
parent | 119f3cf1838f41c4c5e707742f8ad72aba32065e (diff) | |
download | gtk+-57223c9a056bfff1635ddd1e67f660cd5a61e9ff.tar.gz |
Revert name change
svn path=/trunk/; revision=20724
Diffstat (limited to 'gdk/gdkkeysyms-update.pl')
-rwxr-xr-x | gdk/gdkkeysyms-update.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkkeysyms-update.pl b/gdk/gdkkeysyms-update.pl index 707236930c..4f59fd2b79 100755 --- a/gdk/gdkkeysyms-update.pl +++ b/gdk/gdkkeysyms-update.pl @@ -48,7 +48,7 @@ die "Could not open file keysymdef.h: $!\n" unless open(IN_KEYSYMDEF, "<:utf8", die "Could not open file gdkkeysyms.h: $!\n" unless open(OUT_GDKKEYSYMS, ">:utf8", "gdkkeysyms.h"); print OUT_GDKKEYSYMS<<EOF; -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 2005, 2006, 2007 GNOME Foundation * |