summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-05-24 16:15:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-05-24 16:15:15 +0000
commit7f6f61c9ff37178209b4c9a433b2421fc0180305 (patch)
treef0ac0dad81a0e764fa3f5c6dd5235e1e441e3b6c /tests
parent70376f280a6735551404ad583eb9efd8afcc7cc3 (diff)
downloadgtk+-7f6f61c9ff37178209b4c9a433b2421fc0180305.tar.gz
Custom tab label
Diffstat (limited to 'tests')
-rw-r--r--tests/print-editor.c1
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);