Use gtk-save icon for GtkPrintBackendFile

Use gtk-save icon instead of gtk-floppy for GtkPrintBackendFile.
This commit is contained in:
Marek Kasik 2009-08-18 16:05:31 +02:00
parent 3dc377a2ca
commit c21373dbe2

View File

@ -501,7 +501,7 @@ gtk_print_backend_file_init (GtkPrintBackendFile *backend)
NULL);
gtk_printer_set_has_details (printer, TRUE);
gtk_printer_set_icon_name (printer, "gtk-floppy");
gtk_printer_set_icon_name (printer, "gtk-save");
gtk_printer_set_is_active (printer, TRUE);
gtk_print_backend_add_printer (GTK_PRINT_BACKEND (backend), printer);