Fix a double The typo in a string.

2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>

	* gtk/gtksizegroup.c: Fix a double The typo in a string.
This commit is contained in:
Kjartan Maraas 2002-02-10 11:11:01 +00:00 committed by Kjartan Maraas
parent efe1ca21eb
commit f42f2a646e
8 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtksizegroup.c: Fix a double «The» typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
* gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault

View File

@ -1,3 +1,7 @@
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtksizegroup.c: Fix a double «The» typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
* gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault

View File

@ -1,3 +1,7 @@
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtksizegroup.c: Fix a double «The» typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
* gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault

View File

@ -1,3 +1,7 @@
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtksizegroup.c: Fix a double «The» typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
* gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault

View File

@ -1,3 +1,7 @@
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtksizegroup.c: Fix a double «The» typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
* gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault

View File

@ -1,3 +1,7 @@
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtksizegroup.c: Fix a double «The» typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
* gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault

View File

@ -1,3 +1,7 @@
2002-02-10 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtksizegroup.c: Fix a double «The» typo in a string.
2002-02-09 Matthias Clasen <matthias@local>
* gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault

View File

@ -240,7 +240,7 @@ gtk_size_group_class_init (GtkSizeGroupClass *klass)
PROP_MODE,
g_param_spec_enum ("mode",
_("Mode"),
_("The the directions in which the size group effects the requested sizes"
_("The directions in which the size group effects the requested sizes"
" of its component widgets."),
GTK_TYPE_SIZE_GROUP_MODE,
GTK_SIZE_GROUP_HORIZONTAL,