summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCody Russell <bratsche@gnome.org>2008-02-29 19:27:16 +0000
committerCody Russell <bratsche@src.gnome.org>2008-02-29 19:27:16 +0000
commit4ceeea85399348d85f8ae600b9d7a09c184f52bf (patch)
treea2aad54eca6f06d306a694c81966835210aea1b0 /docs
parent128fcdc07156dd2c1f032ad8ca62245634b3e988 (diff)
downloadgtk+-4ceeea85399348d85f8ae600b9d7a09c184f52bf.tar.gz
Fix tutorial documentation to say 'gtk_main_quit()' instead of
2008-02-29 Cody Russell <bratsche@gnome.org> * docs/tutorial/gtk-tut.sgml: Fix tutorial documentation to say 'gtk_main_quit()' instead of 'gtk_quit()'. (#517908, Matt Kraai) svn path=/trunk/; revision=19676
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/tutorial/gtk-tut.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/gtk-tut.sgml b/docs/tutorial/gtk-tut.sgml
index 9fc39c1695..9794c35202 100755
--- a/docs/tutorial/gtk-tut.sgml
+++ b/docs/tutorial/gtk-tut.sgml
@@ -921,7 +921,7 @@ events come.</para>
gtk_main ();
</programlisting>
-<para>And the final return. Control returns here after gtk_quit() is called.</para>
+<para>And the final return. Control returns here after gtk_main_quit() is called.</para>
<programlisting role="C">
return 0;