From 4ceeea85399348d85f8ae600b9d7a09c184f52bf Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Fri, 29 Feb 2008 19:27:16 +0000 Subject: Fix tutorial documentation to say 'gtk_main_quit()' instead of 2008-02-29 Cody Russell * 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 --- docs/tutorial/gtk-tut.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. gtk_main (); -And the final return. Control returns here after gtk_quit() is called. +And the final return. Control returns here after gtk_main_quit() is called. return 0; -- cgit v1.2.1