Fix a typo.
2001-06-27 Kjartan Maraas <kmaraas@gnome.org> * gtk/gtktreeviewcolumn.c: Fix a typo.
This commit is contained in:
committed by
Kjartan Maraas
parent
c56c429767
commit
f10e18bfd6
@ -163,7 +163,7 @@ gtk_tree_view_column_class_init (GtkTreeViewColumnClass *class)
|
||||
PROP_VISIBLE,
|
||||
g_param_spec_boolean ("visible",
|
||||
_("Visible"),
|
||||
_("Whether to display the colomn"),
|
||||
_("Whether to display the column"),
|
||||
TRUE,
|
||||
G_PARAM_READABLE | G_PARAM_WRITABLE));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user