diff options
Diffstat (limited to 'gtk/gtktogglebutton.c')
-rw-r--r-- | gtk/gtktogglebutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c index 78c416bf3a..32e8f31223 100644 --- a/gtk/gtktogglebutton.c +++ b/gtk/gtktogglebutton.c @@ -75,7 +75,7 @@ * GtkWidget *box; * const char *text; * - * window = gtk_window_new (GTK_WINDOW_TOPLEVEL); + * window = gtk_window_new (); * box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 12); * * text = "Hi, I’m a toggle button."; |