diff options
Diffstat (limited to 'gtk/deprecated/gtktoggleaction.c')
-rw-r--r-- | gtk/deprecated/gtktoggleaction.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/deprecated/gtktoggleaction.c b/gtk/deprecated/gtktoggleaction.c index a39e4d57c0..82ebc91ba1 100644 --- a/gtk/deprecated/gtktoggleaction.c +++ b/gtk/deprecated/gtktoggleaction.c @@ -44,7 +44,7 @@ * @Title: GtkToggleAction * * A #GtkToggleAction corresponds roughly to a #GtkCheckMenuItem. It has an - * "active" state specifying whether the action has been checked or not. + * “active” state specifying whether the action has been checked or not. */ struct _GtkToggleActionPrivate @@ -264,7 +264,7 @@ gtk_toggle_action_activate (GtkAction *action) * gtk_toggle_action_toggled: * @action: the action object * - * Emits the "toggled" signal on the toggle action. + * Emits the “toggled” signal on the toggle action. * * Since: 2.4 * |