diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 13:07:34 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-05 15:08:42 -0500 |
commit | 2a45418b673d10f60e9334ebcfa493f125d26e02 (patch) | |
tree | bd459a39a8aae3ade27524b5e1199eb38d972c25 /gtk/gtkmessagedialog.c | |
parent | c3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff) | |
download | gtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz |
docs: use proper quotes
Diffstat (limited to 'gtk/gtkmessagedialog.c')
-rw-r--r-- | gtk/gtkmessagedialog.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkmessagedialog.c b/gtk/gtkmessagedialog.c index 53491e203e..68ba03bb4a 100644 --- a/gtk/gtkmessagedialog.c +++ b/gtk/gtkmessagedialog.c @@ -90,7 +90,7 @@ * # GtkMessageDialog as GtkBuildable * * The GtkMessageDialog implementation of the GtkBuildable interface exposes - * the message area as an internal child with the name "message_area". + * the message area as an internal child with the name “message_area”. */ struct _GtkMessageDialogPrivate @@ -529,7 +529,7 @@ gtk_message_dialog_get_property (GObject *object, * * Creates a new message dialog, which is a simple dialog with an icon * indicating the dialog type (error, warning, etc.) and some text the - * user may want to see. When the user clicks a button a "response" + * user may want to see. When the user clicks a button a “response” * signal is emitted with response IDs from #GtkResponseType. See * #GtkDialog for more details. * @@ -594,7 +594,7 @@ gtk_message_dialog_new (GtkWindow *parent, * Creates a new message dialog, which is a simple dialog with an icon * indicating the dialog type (error, warning, etc.) and some text which * is marked up with the <link linkend="PangoMarkupFormat">Pango text markup language</link>. - * When the user clicks a button a "response" signal is emitted with + * When the user clicks a button a “response” signal is emitted with * response IDs from #GtkResponseType. See #GtkDialog for more details. * * Special XML characters in the printf() arguments passed to this @@ -604,7 +604,7 @@ gtk_message_dialog_new (GtkWindow *parent, * Pango markup string that you want to use literally as the * label, then you need to use gtk_message_dialog_set_markup() * instead, since you can't pass the markup string either - * as the format (it might contain '%' characters) or as a string + * as the format (it might contain “%” characters) or as a string * argument. * |[<!-- language="C" --> * GtkWidget *dialog; @@ -853,7 +853,7 @@ gtk_message_dialog_format_secondary_markup (GtkMessageDialog *message_dialog, * function in the parent #GtkDialog. * * Return value: (transfer none): A #GtkVBox corresponding to the - * "message area" in the @message_dialog. + * “message area” in the @message_dialog. * * Since: 2.22 **/ |