Fix up introduction texts a bit

This commit is contained in:
Gergely Polonkai 2014-07-24 00:10:55 +02:00
parent 7fca262f23
commit e6b7189044
1 changed files with 5 additions and 4 deletions

View File

@ -22,8 +22,8 @@
</authorgroup>
<abstract>
<para>This is a tutorial on how to use the GTK (the GIMP Toolkit)
GtkTreeView widget through its C interface.</para>
<para>This is a tutorial on how to use the GTK+ GtkTreeView widget
through its C interface.</para>
<para>Please mail all comments and suggestions to <email>tim at
centricular dot net</email></para>
@ -99,8 +99,9 @@
<sect1 id="sec-TreeView-HelloWorld">
<title>Hello World</title>
<para>For the impatient, here is a small treeview 'Hello World' program
(which can also be found in the examples section of the <ulink
<para>For the impatient, here is a small
<classname>GtkTreeView</classname> Hello World program (which can also
be found in the examples section of the <ulink
url="treeview-tutorial.tar.gz"> treeview-tutorial.tar.gz</ulink>
tarball).</para>