diff options
author | Arnaud Bonatti <arnaud.bonatti@gmail.com> | 2016-08-31 07:46:34 +0200 |
---|---|---|
committer | Arnaud Bonatti <arnaud.bonatti@gmail.com> | 2016-09-01 07:14:30 +0200 |
commit | 533de822ba21ccdd3d4b16b669461ef763499238 (patch) | |
tree | dea40253079d20b157da0c23ae6a82466de3b70c /gtk/gtklabel.c | |
parent | 3c3a11591b06bb4de0833748baeaf7646f51457d (diff) | |
download | gtk+-533de822ba21ccdd3d4b16b669461ef763499238.tar.gz |
Use 'focused' everywhere.
https://bugzilla.gnome.org/show_bug.cgi?id=770624
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r-- | gtk/gtklabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index a8925ff61b..7487382719 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -304,7 +304,7 @@ struct _GtkLabelPrivate * Labels with links accept keyboard focus, and it is possible to move * the focus between the embedded links using Tab/Shift-Tab. The focus * is indicated by a focus rectangle that is drawn around the link text. - * Pressing Enter activates the focussed link, and there is a suitable + * Pressing Enter activates the focused link, and there is a suitable * context menu for links that can be opened with the Menu key. Pressing * Control-C copies the link URI to the clipboard. * |