From 6681ac76411ba6d96f7a002cf1de42fff8ec71df Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 30 Nov 2003 23:19:14 +0000 Subject: Update my email address. 2003-11-30 Christian Persch * src/window-commands.c: Update my email address. --- src/window-commands.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/window-commands.c b/src/window-commands.c index f519297e6..b70ca5b8f 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -890,22 +890,22 @@ window_cmd_help_about (GtkAction *action, GtkIconTheme *icon_theme; GtkIconInfo *icon_info; - static gchar *authors[] = { + static char *authors[] = { "Marco Pesenti Gritti ", "Xan Lopez ", "David Bordoley ", - "Christian Persch ", + "Christian Persch ", NULL }; - gchar *documenters[] = { + char *documenters[] = { "Patanjali Somayaji ", "David Bordoley ", NULL }; /* Translator credits */ - gchar *translator_credits = _("translator_credits"); + char *translator_credits = _("translator_credits"); if (about != NULL) { -- cgit v1.2.3