From bb57b98e6d6154ab905f46e673f13abe4355b271 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 25 Jun 2004 03:37:58 +0000 Subject: [PATCH] Fix a typo, string change. (#139503, Baris Cicek) Thu Jun 24 23:35:09 2004 Matthias Clasen * gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo, string change. (#139503, Baris Cicek) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtknotebook.c | 2 +- 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c015b35083..39fba44898 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 24 23:35:09 2004 Matthias Clasen + + * gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo, + string change. (#139503, Baris Cicek) + 2004-06-22 Federico Mena Quintero * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c015b35083..39fba44898 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Thu Jun 24 23:35:09 2004 Matthias Clasen + + * gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo, + string change. (#139503, Baris Cicek) + 2004-06-22 Federico Mena Quintero * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c015b35083..39fba44898 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Thu Jun 24 23:35:09 2004 Matthias Clasen + + * gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo, + string change. (#139503, Baris Cicek) + 2004-06-22 Federico Mena Quintero * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c015b35083..39fba44898 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Thu Jun 24 23:35:09 2004 Matthias Clasen + + * gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo, + string change. (#139503, Baris Cicek) + 2004-06-22 Federico Mena Quintero * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 9fde1d119e..d6e242694e 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -503,7 +503,7 @@ gtk_notebook_class_init (GtkNotebookClass *class) CHILD_PROP_TAB_FILL, g_param_spec_boolean ("tab_fill", P_("Tab fill"), - P_("Wheather the childs tab should fill the allocated area or not"), + P_("Whether the childs tab should fill the allocated area or not"), TRUE, G_PARAM_READWRITE)); gtk_container_class_install_child_property (container_class,