forked from AuroraMiddleware/gtk
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:
parent
efe1ca21eb
commit
f42f2a646e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user