[gtk+] Use 'focused' everywhere.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Use 'focused' everywhere.
- Date: Thu, 1 Sep 2016 06:32:25 +0000 (UTC)
commit 533de822ba21ccdd3d4b16b669461ef763499238
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Wed Aug 31 07:46:34 2016 +0200
Use 'focused' everywhere.
https://bugzilla.gnome.org/show_bug.cgi?id=770624
gtk/gtklabel.c | 2 +-
gtk/gtktreeview.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index a8925ff..7487382 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.
*
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index f182530..a7463cc 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -9667,7 +9667,7 @@ gtk_tree_view_clamp_column_visible (GtkTreeView *tree_view,
if (width > gtk_adjustment_get_page_size (tree_view->priv->hadjustment))
{
/* The column is larger than the horizontal page size. If the
- * column has cells which can be focussed individually, then we make
+ * column has cells which can be focused individually, then we make
* sure the cell which gets focus is fully visible (if even the
* focus cell is bigger than the page size, we make sure the
* left-hand side of the cell is visible).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]