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 /examples | |
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 'examples')
-rw-r--r-- | examples/gtkdial/gtkdial.c | 2 | ||||
-rw-r--r-- | examples/gtkdial/gtkdial.h | 2 | ||||
-rw-r--r-- | examples/scribble-simple/scribble-simple.c | 2 | ||||
-rw-r--r-- | examples/scribble-xinput/scribble-xinput.c | 2 | ||||
-rw-r--r-- | examples/tictactoe/tictactoe.c | 2 | ||||
-rw-r--r-- | examples/tictactoe/tictactoe.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/gtkdial/gtkdial.c b/examples/gtkdial/gtkdial.c index fa035ee61f..2f2800c3a3 100644 --- a/examples/gtkdial/gtkdial.c +++ b/examples/gtkdial/gtkdial.c @@ -1,5 +1,5 @@ -/* GTK - The GIMP Toolkit +/* GTK - The GTK+ Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/examples/gtkdial/gtkdial.h b/examples/gtkdial/gtkdial.h index 0994e79ffa..05ab2a64d5 100644 --- a/examples/gtkdial/gtkdial.h +++ b/examples/gtkdial/gtkdial.h @@ -1,4 +1,4 @@ -/* GTK - The GIMP Toolkit +/* GTK - The GTK+ Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/examples/scribble-simple/scribble-simple.c b/examples/scribble-simple/scribble-simple.c index 92e54da91e..943d655876 100644 --- a/examples/scribble-simple/scribble-simple.c +++ b/examples/scribble-simple/scribble-simple.c @@ -1,5 +1,5 @@ -/* GTK - The GIMP Toolkit +/* GTK - The GTK+ Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/examples/scribble-xinput/scribble-xinput.c b/examples/scribble-xinput/scribble-xinput.c index 657266f675..f36718b2f4 100644 --- a/examples/scribble-xinput/scribble-xinput.c +++ b/examples/scribble-xinput/scribble-xinput.c @@ -1,5 +1,5 @@ -/* GTK - The GIMP Toolkit +/* GTK - The GTK+ Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/examples/tictactoe/tictactoe.c b/examples/tictactoe/tictactoe.c index 34c7b2f05e..4f83d9cd7c 100644 --- a/examples/tictactoe/tictactoe.c +++ b/examples/tictactoe/tictactoe.c @@ -1,5 +1,5 @@ -/* GTK - The GIMP Toolkit +/* GTK - The GTK+ Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/examples/tictactoe/tictactoe.h b/examples/tictactoe/tictactoe.h index e48f753dd5..c0ab9eae6c 100644 --- a/examples/tictactoe/tictactoe.h +++ b/examples/tictactoe/tictactoe.h @@ -1,4 +1,4 @@ -/* GTK - The GIMP Toolkit +/* GTK - The GTK+ Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or |