fix the print-to-pdf icon

This commit is contained in:
Matthias Clasen 2006-06-16 04:02:34 +00:00
parent da191d13de
commit 82743b9f21
3 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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);