From 2a45418b673d10f60e9334ebcfa493f125d26e02 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 5 Feb 2014 13:07:34 -0500 Subject: docs: use proper quotes --- gtk/gtkprintunixdialog.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gtk/gtkprintunixdialog.c') diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c index 77e5bf8969..735d1f16b8 100644 --- a/gtk/gtkprintunixdialog.c +++ b/gtk/gtkprintunixdialog.c @@ -76,16 +76,16 @@ * gtk_print_job_new(). * * #GtkPrintUnixDialog uses the following response values: - * - %GTK_RESPONSE_OK: for the "Print" button - * - %GTK_RESPONSE_APPLY: for the "Preview" button - * - %GTK_RESPONSE_CANCEL: for the "Cancel" button + * - %GTK_RESPONSE_OK: for the “Print” button + * - %GTK_RESPONSE_APPLY: for the “Preview” button + * - %GTK_RESPONSE_CANCEL: for the “Cancel” button * * Printing support was added in GTK+ 2.10. * * # GtkPrintUnixDialog as GtkBuildable * * The GtkPrintUnixDialog implementation of the GtkBuildable interface exposes its - * @notebook internal children with the name "notebook". + * @notebook internal children with the name “notebook”. * * An example of a #GtkPrintUnixDialog UI definition fragment: * |[ -- cgit v1.2.1