diff options
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/e-dialog-widgets.c | 3 | ||||
-rw-r--r-- | e-util/e-dialog-widgets.h | 3 |
3 files changed, 8 insertions, 2 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 8307f2b29c..b9cd630ce1 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2001-01-17 Federico Mena Quintero <federico@ximian.com> + + * e-dialog-widgets.[ch]: Ximianified. + 2001-01-15 JP Roseveaer <jpr@ximian.com> * e-pilot-util.c (e_pilot_utf8_from_pchar): Dup the string passed diff --git a/e-util/e-dialog-widgets.c b/e-util/e-dialog-widgets.c index e168c79d59..380bc0d3a8 100644 --- a/e-util/e-dialog-widgets.c +++ b/e-util/e-dialog-widgets.c @@ -1,8 +1,9 @@ /* Evolution internal utilities - Glade dialog widget utilities * * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Author: Federico Mena-Quintero <federico@gimp.org> + * Author: Federico Mena-Quintero <federico@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 diff --git a/e-util/e-dialog-widgets.h b/e-util/e-dialog-widgets.h index 7ace238d1f..7b20218fff 100644 --- a/e-util/e-dialog-widgets.h +++ b/e-util/e-dialog-widgets.h @@ -1,8 +1,9 @@ /* Evolution internal utilities - Glade dialog widget utilities * * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Ximian, Inc. * - * Author: Federico Mena-Quintero <federico@gimp.org> + * Author: Federico Mena-Quintero <federico@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 |