From 54863bbba61f0f40b714a83cf93dc568a9e52f83 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 8 Aug 2009 22:43:16 -0400 Subject: [PATCH] Correct a doc comment Add 'papi' to the list of possible print backends, and mention 'file' instead of 'pdf'. --- gtk/gtksettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index c3c1a78c3d..49172636ec 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -741,7 +741,7 @@ gtk_settings_class_init (GtkSettingsClass *class) * * A comma-separated list of print backends to use in the print * dialog. Available print backends depend on the GTK+ installation, - * and may include "pdf", "cups" or "lpr". + * and may include "file", "cups", "lpr" or "papi". * * Since: 2.10 */