aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c8
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)
{