diff options
Diffstat (limited to 'addressbook/gui/widgets/test-reflow.c')
-rw-r--r-- | addressbook/gui/widgets/test-reflow.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addressbook/gui/widgets/test-reflow.c b/addressbook/gui/widgets/test-reflow.c index 2c31adb69b..0a3f34235d 100644 --- a/addressbook/gui/widgets/test-reflow.c +++ b/addressbook/gui/widgets/test-reflow.c @@ -1,8 +1,8 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* test-reflow.c * - * Copyright (C) 2000 Helix Code, Inc. - * Author: Chris Lahey <clahey@helixcode.com> + * Copyright (C) 2000 Ximian, Inc. + * Author: Chris Lahey <clahey@ximian.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ " \ "EMAIL;INTERNET:nat@nat.org " \ -"EMAIL;INTERNET:nat@helixcode.com +"EMAIL;INTERNET:nat@ximian.com " \ "ADR;WORK;POSTAL:P.O. Box 101;;;Any Town;CA;91921-1234; " \ @@ -114,7 +114,7 @@ static void about_callback( GtkWidget *widget, gpointer data ) GtkWidget *about = gnome_about_new ( _( "Reflow Test" ), VERSION, - _( "Copyright (C) 2000, Helix Code, Inc." ), + _( "Copyright (C) 2000, Ximian, Inc." ), authors, _( "This should test the reflow canvas item" ), NULL); |