mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Use gtk-save icon for GtkPrintBackendFile
Use gtk-save icon instead of gtk-floppy for GtkPrintBackendFile.
This commit is contained in:
parent
3dc377a2ca
commit
c21373dbe2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user