From fa7a87dd7616845e498c3043795e88edb122b7b2 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sat, 12 Jul 2014 11:07:33 +0200 Subject: [PATCH] Add artists section to the About dialog Also remove documentors as it was empty --- src/ag-app.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ag-app.c b/src/ag-app.c index 22894b9..2df728e 100644 --- a/src/ag-app.c +++ b/src/ag-app.c @@ -89,8 +89,10 @@ about_cb(GSimpleAction *action, GVariant *parameter, gpointer user_data) "Jean-André Santoni ", NULL }; - - const gchar **documentors = NULL; + const gchar *artists[] = { + "Ákos Szimmer ", + NULL + }; const gchar *translator_credits = _("translator_credits"); /* i18n: Please don't translate "Astrognome" (it's marked as translatable @@ -100,7 +102,7 @@ about_cb(GSimpleAction *action, GVariant *parameter, gpointer user_data) "version", PACKAGE_VERSION, "comments", _("Astrologers' software for GNOME"), "authors", authors, - "documentors", documentors, + "artists", artists, "translator_credits", ((strcmp( translator_credits, "translator_credits"