diff options
Diffstat (limited to 'gtk/gtknotebook.c')
-rw-r--r-- | gtk/gtknotebook.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 21da499dc7..0c216dc2b9 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -80,7 +80,7 @@ * </para> * <example> * <title>A UI definition fragment with GtkNotebook</title> - * <programlisting><![CDATA[ + * |[ * <object class="GtkNotebook"> * <child> * <object class="GtkLabel" id="notebook-content"> @@ -93,7 +93,7 @@ * </object> * </child> * </object> - * ]]></programlisting> + * ]| * </example> * </refsect2> */ |