From 13bf3ffefbd1bccd27d8430a84bfc5a66e4b6d56 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Thu, 25 Jul 2013 22:23:48 +0200 Subject: [PATCH] Added names of new artwork contributors to about dialog --- src/ui/gui/help-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/gui/help-menu.c b/src/ui/gui/help-menu.c index cd4d751c6a..614c497e07 100644 --- a/src/ui/gui/help-menu.c +++ b/src/ui/gui/help-menu.c @@ -32,7 +32,7 @@ #define N_(msgid) msgid -static const gchar *artists[] = { "Patrick Brunier", "Dondi Bogusky", NULL}; +static const gchar *artists[] = { "Bastián Díaz", "Hugo Alejandro", "Patrick Brunier", "Dondi Bogusky", NULL}; static void about_new (GtkMenuItem *m, GtkWindow *parent) -- 2.30.2