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:
Manish Singh 2001-09-29 19:29:46 +00:00 committed by Manish Singh
parent 6055007300
commit d0ff4a3247
8 changed files with 36 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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));