diff options
author | Cody Russell <bratsche@gnome.org> | 2008-06-30 23:01:56 +0000 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2008-06-30 23:01:56 +0000 |
commit | fce9c8b7d45145c4556650843218e0b76c065c18 (patch) | |
tree | b333f179ae474f6446ccb7a1c3525c968718b8a2 /gtk/compose-parse.py | |
parent | 971023d9221084d8d40e690fa8e44a4296f2cff1 (diff) | |
download | gdk-pixbuf-fce9c8b7d45145c4556650843218e0b76c065c18.tar.gz |
Practically everything changed.
2008-06-30 Cody Russell <bratsche@gnome.org>
* Practically everything changed.
Change all references of GIMP Toolkit (and variations of it)
to GTK+ Toolkit, showing no mercy at all to our beloved
ancestry. (#540529)
svn path=/trunk/; revision=20709
Diffstat (limited to 'gtk/compose-parse.py')
-rwxr-xr-x | gtk/compose-parse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/compose-parse.py b/gtk/compose-parse.py index af86939cd..bbff041ca 100755 --- a/gtk/compose-parse.py +++ b/gtk/compose-parse.py @@ -37,7 +37,7 @@ keysymdatabase = {} keysymunicodedatabase = {} unicodedatabase = {} -headerfile_start = """/* GTK - The GIMP Tool Kit +headerfile_start = """/* GTK - The GTK+ Toolkit * Copyright (C) 2007, 2008 GNOME Foundation * * This library is free software; you can redistribute it and/or |