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/gtk-win32.rc.in | |
parent | 971023d9221084d8d40e690fa8e44a4296f2cff1 (diff) | |
download | gtk+-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/gtk-win32.rc.in')
-rw-r--r-- | gtk/gtk-win32.rc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk-win32.rc.in b/gtk/gtk-win32.rc.in index 89832f4fc5..c216bf13f8 100644 --- a/gtk/gtk-win32.rc.in +++ b/gtk/gtk-win32.rc.in @@ -14,7 +14,7 @@ VS_VERSION_INFO VERSIONINFO BLOCK "040904B0" BEGIN VALUE "CompanyName", "The GTK developer community" - VALUE "FileDescription", "GIMP Toolkit" + VALUE "FileDescription", "GTK+ Toolkit" VALUE "FileVersion", "@GTK_VERSION@.0" VALUE "InternalName", "libgtk-win32-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@" VALUE "LegalCopyright", "Copyright © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Modified by the GTK+ Team and others 1997-2005." |