summaryrefslogtreecommitdiff
path: root/ui/gtk/print_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/print_dlg.c')
-rw-r--r--ui/gtk/print_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/print_dlg.c b/ui/gtk/print_dlg.c
index 4a7ed9f0b6..c8fd0e70dc 100644
--- a/ui/gtk/print_dlg.c
+++ b/ui/gtk/print_dlg.c
@@ -760,7 +760,7 @@ open_print_dialog(const char *title, output_action_e action, print_args_t *args)
gtk_widget_show(hex_cb);
/* seperator */
- sep = gtk_hseparator_new();
+ sep = gtk_separator_new(GTK_ORIENTATION_HORIZONTAL);
gtk_container_add(GTK_CONTAINER(format_vb), sep);
gtk_widget_show(sep);