summaryrefslogtreecommitdiff
path: root/modules/printbackends/test
diff options
context:
space:
mode:
authorCody Russell <bratsche@gnome.org>2008-06-30 23:01:56 +0000
committerCody Russell <bratsche@src.gnome.org>2008-06-30 23:01:56 +0000
commitfce9c8b7d45145c4556650843218e0b76c065c18 (patch)
treeb333f179ae474f6446ccb7a1c3525c968718b8a2 /modules/printbackends/test
parent971023d9221084d8d40e690fa8e44a4296f2cff1 (diff)
downloadgtk+-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 'modules/printbackends/test')
-rw-r--r--modules/printbackends/test/gtkprintbackendtest.c2
-rw-r--r--modules/printbackends/test/gtkprintbackendtest.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/printbackends/test/gtkprintbackendtest.c b/modules/printbackends/test/gtkprintbackendtest.c
index 73ce61b7bd..5f2a4be372 100644
--- a/modules/printbackends/test/gtkprintbackendtest.c
+++ b/modules/printbackends/test/gtkprintbackendtest.c
@@ -1,4 +1,4 @@
-/* GTK - The GIMP Toolkit
+/* GTK - The GTK+ Toolkit
* gtkprintbackendpdf.c: Test implementation of GtkPrintBackend
* for printing to a test
* Copyright (C) 2007, Red Hat, Inc.
diff --git a/modules/printbackends/test/gtkprintbackendtest.h b/modules/printbackends/test/gtkprintbackendtest.h
index c48a85a198..8f75b61238 100644
--- a/modules/printbackends/test/gtkprintbackendtest.h
+++ b/modules/printbackends/test/gtkprintbackendtest.h
@@ -1,4 +1,4 @@
-/* GTK - The GIMP Toolkit
+/* GTK - The GTK+ Toolkit
* gtkprintbackendtest.h: Test implementation of GtkPrintBackend
* for testing the dialog
* Copyright (C) 2007, Red Hat, Inc.