summaryrefslogtreecommitdiff
path: root/gtk/gtkapplication.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 14:03:49 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 14:22:39 -0500
commit13998c55e757c28c7a80b5ad47f82ef62ee57bf6 (patch)
tree8e810968edf5b3a7831a26edfe20980e0649f8c7 /gtk/gtkapplication.c
parent4dee965116da4b45ec51411ed27928f6fc0845ba (diff)
downloadgtk+-13998c55e757c28c7a80b5ad47f82ef62ee57bf6.tar.gz
docs: use proper quotations instead of '*'
Diffstat (limited to 'gtk/gtkapplication.c')
-rw-r--r--gtk/gtkapplication.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index a0451e9adb..8fb80307ff 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -67,7 +67,7 @@
* actions invoked in a predictable context it is therefore recommended
* that the GDK lock be held while invoking actions locally with
* g_action_group_activate_action(). The same applies to actions
- * associated with #GtkApplicationWindow and to the 'activate' and
+ * associated with #GtkApplicationWindow and to the “activate” and
* 'open' #GApplication methods.
*
* To set an application menu for a GtkApplication, use
@@ -1082,7 +1082,7 @@ gtk_application_update_accels (GtkApplication *application)
* are referred to with an “app.” prefix, and window-specific actions
* with a “win.” prefix.
*
- * GtkApplication also extracts accelerators out of 'accel' attributes
+ * GtkApplication also extracts accelerators out of “accel” attributes
* in the #GMenuModels passed to gtk_application_set_app_menu() and
* gtk_application_set_menubar(), which is usually more convenient
* than calling this function for each accelerator.