diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-12-11 18:10:02 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-12-11 18:10:02 +0800 |
commit | a014ee43098b151f622d10fca6fd426badfb16c6 (patch) | |
tree | cc6b1c625b8a93e8e55091f861e69831653b446c /widgets/table/e-table-header-item.c | |
parent | dc83cb0331bdf0372c3db677033bccd6e39de832 (diff) | |
download | gsoc2013-evolution-a014ee43098b151f622d10fca6fd426badfb16c6.tar.gz gsoc2013-evolution-a014ee43098b151f622d10fca6fd426badfb16c6.tar.zst gsoc2013-evolution-a014ee43098b151f622d10fca6fd426badfb16c6.zip |
Merging files:
2001-12-06 Christopher James Lahey <clahey@ximian.com>
* e-table-config.c, e-table-config.h (setup_gui): Set the title of
the window here.
* e-table-header-item.c (ethi_popup_customize_view): Use a useful
string for the header here.
svn path=/trunk/; revision=14975
Diffstat (limited to 'widgets/table/e-table-header-item.c')
-rw-r--r-- | widgets/table/e-table-header-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c index 617b438dd9..0c47e12c77 100644 --- a/widgets/table/e-table-header-item.c +++ b/widgets/table/e-table-header-item.c @@ -1299,7 +1299,7 @@ ethi_popup_customize_view(GtkWidget *widget, EthiHeaderInfo *info) return; ethi->config = e_table_config_new ( - _("Configuring view: FIXME"), + _("Customize Current View"), spec, state); gtk_signal_connect ( GTK_OBJECT (ethi->config), "destroy", |