Fix a typo, string change. (#139503, Baris Cicek)

Thu Jun 24 23:35:09 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
	string change.  (#139503, Baris Cicek)
This commit is contained in:
Matthias Clasen 2004-06-25 03:37:58 +00:00 committed by Matthias Clasen
parent 11810a6a9e
commit bb57b98e6d
5 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Jun 24 23:35:09 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
string change. (#139503, Baris Cicek)
2004-06-22 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save

View File

@ -1,3 +1,8 @@
Thu Jun 24 23:35:09 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
string change. (#139503, Baris Cicek)
2004-06-22 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save

View File

@ -1,3 +1,8 @@
Thu Jun 24 23:35:09 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
string change. (#139503, Baris Cicek)
2004-06-22 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save

View File

@ -1,3 +1,8 @@
Thu Jun 24 23:35:09 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
string change. (#139503, Baris Cicek)
2004-06-22 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save

View File

@ -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,