mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
fix the print-to-pdf icon
This commit is contained in:
parent
da191d13de
commit
82743b9f21
@ -1,5 +1,8 @@
|
||||
2006-06-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* modules/printbackends/pdf/gtkprintbackendcups.c: Use the
|
||||
stock floppy icon.
|
||||
|
||||
* gtk/gtkprintoperation-unix.c: Set the GENERATE_PDF capability
|
||||
when creating a print dialog. (noted by Yevgen Muntyan)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2006-06-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* modules/printbackends/pdf/gtkprintbackendcups.c: Use the
|
||||
stock floppy icon.
|
||||
|
||||
* gtk/gtkprintoperation-unix.c: Set the GENERATE_PDF capability
|
||||
when creating a print dialog. (noted by Yevgen Muntyan)
|
||||
|
||||
|
@ -346,7 +346,7 @@ gtk_print_backend_pdf_init (GtkPrintBackendPdf *backend)
|
||||
NULL);
|
||||
|
||||
gtk_printer_set_has_details (printer, TRUE);
|
||||
gtk_printer_set_icon_name (printer, "floppy");
|
||||
gtk_printer_set_icon_name (printer, "gtk-floppy");
|
||||
gtk_printer_set_is_active (printer, TRUE);
|
||||
|
||||
gtk_print_backend_add_printer (GTK_PRINT_BACKEND (backend), printer);
|
||||
|
Loading…
Reference in New Issue
Block a user