Comment 28 for bug 164298

Revision history for this message
Lightbreeze (nedhoy-gmail) wrote :

David: gtk+/modules/printbackends/file/gtkprintbackendfile.c line 498:

printer = g_object_new (GTK_TYPE_PRINTER,
     "name", _("Print to File"),
     "backend", backend,
     "is-virtual", TRUE,
     NULL);

Is that what you're looking for?