diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-29 20:30:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-29 20:30:39 +0000 |
commit | 1ed8f921401a1f37cf0bf37b5c59937339e447f4 (patch) | |
tree | 8346567a80e6f40081a5a425a0a010e6e5369fbf /gtk/gtkprintoperation.c | |
parent | 8064faafb387ced5704efdc9c933ac5260d47a89 (diff) | |
download | gtk+-1ed8f921401a1f37cf0bf37b5c59937339e447f4.tar.gz |
fix doc formatting errors
Diffstat (limited to 'gtk/gtkprintoperation.c')
-rw-r--r-- | gtk/gtkprintoperation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index bf634e77af..0391b8ae23 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -2332,7 +2332,7 @@ gtk_print_operation_get_error (GtkPrintOperation *op, * GTK_DIALOG_DESTROY_WITH_PARENT, * GTK_MESSAGE_ERROR, * GTK_BUTTONS_CLOSE, - * "Error printing file:\n%s", + * "Error printing file:\n%s", * error->message); * g_signal_connect (error_dialog, "response", * G_CALLBACK (gtk_widget_destroy), NULL); |