summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-03-20 09:15:03 +0100
committerraveit65 <[email protected]>2019-03-22 23:28:32 +0100
commitd5e5ef8a909f21219681994a604c991675ed3a2e (patch)
treeb7004d80b06de86685daf64f1b65dae50028eb06
parent46487e38e11ec1f0eacda98d3d6a54cda116dec1 (diff)
downloadatril-d5e5ef8a909f21219681994a604c991675ed3a2e.tar.bz2
atril-d5e5ef8a909f21219681994a604c991675ed3a2e.tar.xz
Use program-name and title in gtk_show_about_dialog call
-rw-r--r--shell/ev-window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 25933cac..a863bd6b 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -5362,8 +5362,9 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window)
gtk_show_about_dialog (
GTK_WINDOW (ev_window),
- "name", _("Atril"),
+ "program-name", _("Atril Document Viewer"),
"version", VERSION,
+ "title", _("About Atril Document Viewer"),
"copyright", _("Copyright \xc2\xa9 1996–2009 The Evince authors\n"
"Copyright \xc2\xa9 2012–2019 The MATE developers"),
"license", license_trans,