mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
typo fix: s/Wether/Whether/ in reorderable property description
Sat Sep 29 12:25:26 2001 Manish Singh <yosh@gimp.org> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo fix: s/Wether/Whether/ in reorderable property description
This commit is contained in:
parent
6055007300
commit
d0ff4a3247
@ -1,3 +1,8 @@
|
||||
Sat Sep 29 12:25:26 2001 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
|
||||
fix: s/Wether/Whether/ in reorderable property description
|
||||
|
||||
Thu Sep 27 16:46:36 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Sep 29 12:25:26 2001 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
|
||||
fix: s/Wether/Whether/ in reorderable property description
|
||||
|
||||
Thu Sep 27 16:46:36 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Sep 29 12:25:26 2001 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
|
||||
fix: s/Wether/Whether/ in reorderable property description
|
||||
|
||||
Thu Sep 27 16:46:36 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Sep 29 12:25:26 2001 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
|
||||
fix: s/Wether/Whether/ in reorderable property description
|
||||
|
||||
Thu Sep 27 16:46:36 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Sep 29 12:25:26 2001 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
|
||||
fix: s/Wether/Whether/ in reorderable property description
|
||||
|
||||
Thu Sep 27 16:46:36 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Sep 29 12:25:26 2001 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
|
||||
fix: s/Wether/Whether/ in reorderable property description
|
||||
|
||||
Thu Sep 27 16:46:36 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Sep 29 12:25:26 2001 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
|
||||
fix: s/Wether/Whether/ in reorderable property description
|
||||
|
||||
Thu Sep 27 16:46:36 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
|
||||
|
@ -260,7 +260,7 @@ gtk_tree_view_column_class_init (GtkTreeViewColumnClass *class)
|
||||
PROP_REORDERABLE,
|
||||
g_param_spec_boolean ("reorderable",
|
||||
_("Reorderable"),
|
||||
_("Wether the column can be reordered around the headers"),
|
||||
_("Whether the column can be reordered around the headers"),
|
||||
FALSE,
|
||||
G_PARAM_READABLE | G_PARAM_WRITABLE));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user