diff options
Diffstat (limited to 'gtk/gtkfilechooserbutton.c')
-rw-r--r-- | gtk/gtkfilechooserbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index b92262c418..c639b71804 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -72,7 +72,7 @@ * * <example> * <title>Create a button to let the user select a file in /etc</title> - * |[ + * |[<!-- language="C" --> * { * GtkWidget *button; * |