diff options
Diffstat (limited to 'gtk/deprecated/gtkuimanager.c')
-rw-r--r-- | gtk/deprecated/gtkuimanager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/deprecated/gtkuimanager.c b/gtk/deprecated/gtkuimanager.c index 38cb16e03d..e89397187a 100644 --- a/gtk/deprecated/gtkuimanager.c +++ b/gtk/deprecated/gtkuimanager.c @@ -1092,7 +1092,7 @@ gtk_ui_manager_get_accel_group (GtkUIManager *manager) * * Looks up a widget by following a path. * The path consists of the names specified in the XML description of the UI. - * separated by '/'. Elements which don't have a name or action attribute in + * separated by '/'. Elements which don’t have a name or action attribute in * the XML (e.g. <popup>) can be addressed by their XML element name * (e.g. "popup"). The root element ("/ui") can be omitted in the path. * |