diff options
author | rbuj <[email protected]> | 2021-01-26 09:48:19 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-05 14:03:13 +0100 |
commit | 6b159d0665c67c3c78c2968673e24bf45c2430d2 (patch) | |
tree | 2a1749c69530cf639e47f28f866d9b09204db557 /shell/ev-window.c | |
parent | fe6a858432d2657a2f004a2e40b1005e2142f7b2 (diff) | |
download | atril-6b159d0665c67c3c78c2968673e24bf45c2430d2.tar.bz2 atril-6b159d0665c67c3c78c2968673e24bf45c2430d2.tar.xz |
build: Use PACKAGE_URL variable
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r-- | shell/ev-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c index b26795e1..d8ce61de 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5446,7 +5446,7 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window) "copyright", _("Copyright \xc2\xa9 1996–2009 The Evince authors\n" "Copyright \xc2\xa9 2012–2021 The MATE developers"), "license", license_trans, - "website", "https://mate-desktop.org/", + "website", PACKAGE_URL, "comments", comments, "authors", authors, "documenters", documenters, |