Even/Odd Pages -> Even/Odd Sheets
2006-04-24 Alexander Larsson <alexl@redhat.com> * gtk/gtkprintunixdialog.c (create_page_setup_page): Even/Odd Pages -> Even/Odd Sheets
This commit is contained in:

committed by
Alexander Larsson

parent
9523e186dc
commit
b19d118e6a
@ -1,3 +1,8 @@
|
|||||||
|
2006-04-24 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkprintunixdialog.c (create_page_setup_page):
|
||||||
|
Even/Odd Pages -> Even/Odd Sheets
|
||||||
|
|
||||||
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkprintoperation-unix.c: Cleanups.
|
* gtk/gtkprintoperation-unix.c: Cleanups.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2006-04-24 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkprintunixdialog.c (create_page_setup_page):
|
||||||
|
Even/Odd Pages -> Even/Odd Sheets
|
||||||
|
|
||||||
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkprintoperation-unix.c: Cleanups.
|
* gtk/gtkprintoperation-unix.c: Cleanups.
|
||||||
|
@ -1960,9 +1960,9 @@ create_page_setup_page (GtkPrintUnixDialog *dialog)
|
|||||||
1, 2, 2, 3, GTK_FILL, 0,
|
1, 2, 2, 3, GTK_FILL, 0,
|
||||||
0, 0);
|
0, 0);
|
||||||
/* In enum order */
|
/* In enum order */
|
||||||
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("All pages"));
|
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("All sheets"));
|
||||||
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("Even pages"));
|
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("Even sheets"));
|
||||||
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("Odd pages"));
|
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("Odd sheets"));
|
||||||
gtk_combo_box_set_active (GTK_COMBO_BOX (combo), 0);
|
gtk_combo_box_set_active (GTK_COMBO_BOX (combo), 0);
|
||||||
|
|
||||||
label = gtk_label_new (_("Scale:"));
|
label = gtk_label_new (_("Scale:"));
|
||||||
|
Reference in New Issue
Block a user