diff options
-rw-r--r-- | docs/gtk_tut.sgml | 2 | ||||
-rw-r--r-- | docs/tutorial/gtk_tut.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/gtk_tut.sgml b/docs/gtk_tut.sgml index a948db7915..b17bb492c1 100644 --- a/docs/gtk_tut.sgml +++ b/docs/gtk_tut.sgml @@ -7100,7 +7100,7 @@ tree, and connects all the signals for the relevant objects, so you can see when they are emitted. <tscreen><verb> -/* example-start tree tree.h */ +/* example-start tree tree.c */ #include <gtk/gtk.h> diff --git a/docs/tutorial/gtk_tut.sgml b/docs/tutorial/gtk_tut.sgml index a948db7915..b17bb492c1 100644 --- a/docs/tutorial/gtk_tut.sgml +++ b/docs/tutorial/gtk_tut.sgml @@ -7100,7 +7100,7 @@ tree, and connects all the signals for the relevant objects, so you can see when they are emitted. <tscreen><verb> -/* example-start tree tree.h */ +/* example-start tree tree.c */ #include <gtk/gtk.h> |