]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcheckbutton.c
/tmp/cvsX7MHVx
[~andy/gtk] / gtk / gtkcheckbutton.c
index fef4b39f1a2aaaf1c48ead3d0f8fffbb4bca5c2a..6899a504408c54e801d58ea77966704f71379440 100644 (file)
@@ -117,7 +117,10 @@ gtk_check_button_new_with_label (const gchar *label)
 GtkWidget*
 gtk_check_button_new_with_mnemonic (const gchar *label)
 {
-  return g_object_new (GTK_TYPE_CHECK_BUTTON, "label", label, "use_underline", TRUE, NULL);
+  return g_object_new (GTK_TYPE_CHECK_BUTTON, 
+                       "label", label, 
+                       "use-underline", TRUE, 
+                       NULL);
 }