diff options
author | Marek Kasik <mkasik@redhat.com> | 2008-08-21 10:25:27 +0000 |
---|---|---|
committer | Marek Kašík <mkasik@src.gnome.org> | 2008-08-21 10:25:27 +0000 |
commit | 6e7941db6d2e656c7252fff1f1ab0ae9034335eb (patch) | |
tree | 7c667ea5e197d23d37b66b793fdec19316630fda /gtk/gtkprinter.c | |
parent | 0f942a3cb8eaab6ec840d3ffdfa1ef513fadfb2e (diff) | |
download | gtk+-6e7941db6d2e656c7252fff1f1ab0ae9034335eb.tar.gz |
Bug 535158 – can't rearrange the order of multi pages per side
2008-08-21 Marek Kasik <mkasik@redhat.com>
Bug 535158 – can't rearrange the order of multi pages per side
* gtk/gtkprinter.c
* gtk/gtkprinter.h
* gtk/gtkprintunixdialog.c
* gtk/gtkprintsettings.c
* gtk/gtkprintsettings.h
* gtk/gtkenums.h
* modules/printbackends/cups/gtkprintbackendcups.c: Allow user to
specify layout of pages per sheet in number-up mode
svn path=/trunk/; revision=21175
Diffstat (limited to 'gtk/gtkprinter.c')
-rw-r--r-- | gtk/gtkprinter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkprinter.c b/gtk/gtkprinter.c index 96c0ec7815..cd3d365fc1 100644 --- a/gtk/gtkprinter.c +++ b/gtk/gtkprinter.c @@ -1224,6 +1224,7 @@ gtk_print_capabilities_get_type (void) { GTK_PRINT_CAPABILITY_GENERATE_PS, "GTK_PRINT_CAPABILITY_GENERATE_PS", "generate-ps" }, { GTK_PRINT_CAPABILITY_PREVIEW, "GTK_PRINT_CAPABILITY_PREVIEW", "preview" }, { GTK_PRINT_CAPABILITY_NUMBER_UP, "GTK_PRINT_CAPABILITY_NUMBER_UP", "number-up"}, + { GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT, "GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT", "number-up-layout" }, { 0, NULL, NULL } }; |