Convert gtk_(h|v)separator_new to gtk_separator_new
This commit is contained in:
committed by
Stéphane Lesimple
parent
5ea0011dce
commit
222429df10
@@ -87,7 +87,7 @@ void GuiCreateWelcomePage(GtkNotebook *notebook)
|
||||
"\n"
|
||||
"Please refer to the <i>Help > Change log</i> menu for all the details."), "https://github.com/speed47/dvdisaster");
|
||||
|
||||
gtk_box_pack_start(GTK_BOX(box), gtk_hseparator_new(), FALSE, FALSE, 10);
|
||||
gtk_box_pack_start(GTK_BOX(box), gtk_separator_new(GTK_ORIENTATION_HORIZONTAL), FALSE, FALSE, 10);
|
||||
|
||||
button = gtk_check_button_new_with_label(_utf("Show this message again"));
|
||||
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), Closure->welcomeMessage);
|
||||
|
||||
Reference in New Issue
Block a user