Convert gtk_(h|v)separator_new to gtk_separator_new

This commit is contained in:
Paul Dicker
2025-04-07 10:53:52 +02:00
committed by Stéphane Lesimple
parent 5ea0011dce
commit 222429df10
13 changed files with 35 additions and 35 deletions

View File

@@ -87,7 +87,7 @@ void GuiCreateWelcomePage(GtkNotebook *notebook)
"\n"
"Please refer to the <i>Help &gt; 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);