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 /docs/faq | |
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 'docs/faq')
-rw-r--r-- | docs/faq/gtk-faq.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/faq/gtk-faq.sgml b/docs/faq/gtk-faq.sgml index eb8563ac5c..54e74f6ca3 100644 --- a/docs/faq/gtk-faq.sgml +++ b/docs/faq/gtk-faq.sgml @@ -150,8 +150,9 @@ better than Motif. It contains common and complex widgets, such as file selection, and color selection widgets.</para> <para>GTK+ was initially developed as a widget set for the GIMP (GNU Image -Manipulation Program). It has grown extensively since then, and is today -used by a large number of applications, and is the toolkit used by the +Manipulation Program), and in fact GTK originally stood for 'The GIMP Toolkit'. +It has grown extensively since then, and is today used by a large number +of applications, and is the toolkit used by the <ulink url="http://www.gnome.org/">GNOME</ulink> desktop project.</para> <para>GTK+ is free software and part of the GNU Project. However, the @@ -198,7 +199,7 @@ interfaces.</para> <sect1> <title>Does the G in GTK+, GDK and GLib stand for? <emphasis>[GTK 2.x]</emphasis></title> -<para>GTK+ == The GIMP Toolkit</para> +<para>GTK+ == The GTK+ Toolkit</para> <para>GDK == GTK+ Drawing Kit</para> <para>GLib == G Library</para> |