diff options
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r-- | gtk/gtkdialog.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index adee554b7d..0093c6f4d4 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -131,11 +131,11 @@ * # GtkDialog as GtkBuildable * * The GtkDialog implementation of the #GtkBuildable interface exposes the - * @vbox and @action_area as internal children with the names "vbox" and - * "action_area". + * @vbox and @action_area as internal children with the names “vbox” and + * “action_area”. * * GtkDialog supports a custom <action-widgets> element, which - * can contain multiple <action-widget> elements. The "response" + * can contain multiple <action-widget> elements. The “response” * attribute specifies a numeric response, and the content of the element * is the id of widget (which should be a child of the dialogs @action_area). * @@ -1081,7 +1081,7 @@ gtk_dialog_set_response_sensitive (GtkDialog *dialog, * @response_id: a response ID * * Sets the last widget in the dialog's action area with the given @response_id - * as the default widget for the dialog. Pressing "Enter" normally activates + * as the default widget for the dialog. Pressing “Enter” normally activates * the default widget. **/ void |