Add artists section to the About dialog
Also remove documentors as it was empty
This commit is contained in:
parent
f63d42dee9
commit
fa7a87dd76
@ -89,8 +89,10 @@ about_cb(GSimpleAction *action, GVariant *parameter, gpointer user_data)
|
|||||||
"Jean-André Santoni <jean.andre.santoni@gmail.com>",
|
"Jean-André Santoni <jean.andre.santoni@gmail.com>",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
const gchar *artists[] = {
|
||||||
const gchar **documentors = NULL;
|
"Ákos Szimmer <akos.szimmer@gmail.com>",
|
||||||
|
NULL
|
||||||
|
};
|
||||||
const gchar *translator_credits = _("translator_credits");
|
const gchar *translator_credits = _("translator_credits");
|
||||||
|
|
||||||
/* i18n: Please don't translate "Astrognome" (it's marked as translatable
|
/* 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,
|
"version", PACKAGE_VERSION,
|
||||||
"comments", _("Astrologers' software for GNOME"),
|
"comments", _("Astrologers' software for GNOME"),
|
||||||
"authors", authors,
|
"authors", authors,
|
||||||
"documentors", documentors,
|
"artists", artists,
|
||||||
"translator_credits", ((strcmp(
|
"translator_credits", ((strcmp(
|
||||||
translator_credits,
|
translator_credits,
|
||||||
"translator_credits"
|
"translator_credits"
|
||||||
|
Loading…
Reference in New Issue
Block a user