summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-07-04 08:31:23 +0000
committerErnestas Kulik <ekulik@redhat.com>2019-08-06 16:15:39 +0200
commitaa73ee0d59ba3e7fd155894b56a395322d923815 (patch)
tree726ba4f7b1263477eb54ae62159462891ad80da8
parent86023d842eef6eb66f1f69db1eb6bedb1d8a31c5 (diff)
downloadnautilus-aa73ee0d59ba3e7fd155894b56a395322d923815.tar.gz
window: Add website link to About dialog
Add the missing website link in the About dialog. This fixes the following downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1725101
-rw-r--r--src/nautilus-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index 89d492a76..5ea21b1d8 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -2864,6 +2864,7 @@ nautilus_window_show_about_dialog (NautilusWindow *window)
"program-name", program_name,
"version", VERSION,
"comments", _("Access and organize your files"),
+ "website", "https://wiki.gnome.org/action/show/Apps/Files",
"copyright", "© 1999–2018 The Files Authors",
"license-type", GTK_LICENSE_GPL_3_0,
"artists", artists,