diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/print-editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/print-editor.c b/tests/print-editor.c index 8775b1079b..eff83c583b 100644 --- a/tests/print-editor.c +++ b/tests/print-editor.c @@ -399,6 +399,7 @@ create_custom_widget (GtkPrintOperation *operation, { GtkWidget *vbox, *hbox, *font, *label; + gtk_print_operation_set_custom_tab_label (operation, "Other"); vbox = gtk_vbox_new (FALSE, 0); gtk_container_set_border_width (GTK_CONTAINER (vbox), 12); |