[recipes/recipes-1.0] Add documenters to the credits
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes/recipes-1.0] Add documenters to the credits
- Date: Tue, 28 Mar 2017 14:01:44 +0000 (UTC)
commit 7cde9c5264d146805092a9e30ce0b927c83a175b
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Mar 28 13:58:54 2017 +0200
Add documenters to the credits
src/gr-about-dialog.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/gr-about-dialog.c b/src/gr-about-dialog.c
index c55ff47..1342037 100644
--- a/src/gr-about-dialog.c
+++ b/src/gr-about-dialog.c
@@ -888,6 +888,10 @@ gr_about_dialog_new (void)
"Paxana Amanda Xander",
NULL
};
+ const char *documenters[] = {
+ "Paul Cutler",
+ NULL
+ };
g_autofree char **recipe_authors = NULL;
guint length;
g_autoptr(GdkPixbuf) logo = NULL;
@@ -914,6 +918,7 @@ gr_about_dialog_new (void)
"license-type", GTK_LICENSE_GPL_3_0,
"comments", _("GNOME loves to cook"),
"authors", authors,
+ "documenters", documenters,
"translator-credits", _("translator-credits"),
"logo", logo,
"website", "https://wiki.gnome.org/Apps/Recipes",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]