From 96f9b79b3f233465b24591559cd9aa48dc1a0285 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 13 Feb 2019 09:15:55 +0100 Subject: [PATCH] Update Documenters Update "Documented by" in About Atril dialog --- shell/ev-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/ev-window.c b/shell/ev-window.c index 37c310479..95678310b 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5318,7 +5318,8 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window) }; const char *documenters[] = { - "Nickolay V. Shmyrev ", + "MATE Documentation Team", + "GNOME Documentation Team", NULL };