From: John Darrington Date: Thu, 25 Jul 2013 20:23:48 +0000 (+0200) Subject: Added names of new artwork contributors to about dialog X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13bf3ffefbd1bccd27d8430a84bfc5a66e4b6d56;p=pspp Added names of new artwork contributors to about dialog --- 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)