mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
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:
parent
11810a6a9e
commit
bb57b98e6d
@ -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>
|
2004-06-22 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
|
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
|
||||||
|
@ -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>
|
2004-06-22 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
|
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
|
||||||
|
@ -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>
|
2004-06-22 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
|
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
|
||||||
|
@ -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>
|
2004-06-22 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
|
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
|
||||||
|
@ -503,7 +503,7 @@ gtk_notebook_class_init (GtkNotebookClass *class)
|
|||||||
CHILD_PROP_TAB_FILL,
|
CHILD_PROP_TAB_FILL,
|
||||||
g_param_spec_boolean ("tab_fill",
|
g_param_spec_boolean ("tab_fill",
|
||||||
P_("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,
|
TRUE,
|
||||||
G_PARAM_READWRITE));
|
G_PARAM_READWRITE));
|
||||||
gtk_container_class_install_child_property (container_class,
|
gtk_container_class_install_child_property (container_class,
|
||||||
|
Loading…
Reference in New Issue
Block a user