diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-01 07:19:14 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-01 07:19:14 +0800 |
commit | 6681ac76411ba6d96f7a002cf1de42fff8ec71df (patch) | |
tree | 84c8fbe3137a0d50a215de270d77184a188f61f2 /src | |
parent | f62a491ba939f188b4b37ffcb150432e25c4bad0 (diff) | |
download | gsoc2013-epiphany-6681ac76411ba6d96f7a002cf1de42fff8ec71df.tar gsoc2013-epiphany-6681ac76411ba6d96f7a002cf1de42fff8ec71df.tar.gz gsoc2013-epiphany-6681ac76411ba6d96f7a002cf1de42fff8ec71df.tar.bz2 gsoc2013-epiphany-6681ac76411ba6d96f7a002cf1de42fff8ec71df.tar.lz gsoc2013-epiphany-6681ac76411ba6d96f7a002cf1de42fff8ec71df.tar.xz gsoc2013-epiphany-6681ac76411ba6d96f7a002cf1de42fff8ec71df.tar.zst gsoc2013-epiphany-6681ac76411ba6d96f7a002cf1de42fff8ec71df.zip |
Update my email address.
2003-11-30 Christian Persch <chpe@cvs.gnome.org>
* src/window-commands.c:
Update my email address.
Diffstat (limited to 'src')
-rw-r--r-- | src/window-commands.c | 8 |
1 files changed, 4 insertions, 4 deletions
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 <marco@gnome.org>", "Xan Lopez <xan@masilla.org>", "David Bordoley <bordoley@msu.edu>", - "Christian Persch <chpe+epiphany@stud.uni-saarland.de>", + "Christian Persch <chpe@gnome.org>", NULL }; - gchar *documenters[] = { + char *documenters[] = { "Patanjali Somayaji <patanjali@codito.com>", "David Bordoley <bordoley@msu.edu>", NULL }; /* Translator credits */ - gchar *translator_credits = _("translator_credits"); + char *translator_credits = _("translator_credits"); if (about != NULL) { |