From 0c5b171e77e7a1110c68fe105ee11c3cb635e11b Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 08 2021 06:13:10 +0000 Subject: Apply patch window-Add-website-link-to-About-dialog.patch patch_name: window-Add-website-link-to-About-dialog.patch present_in_specfile: true location_in_specfile: 21 --- diff --git a/src/nautilus-window.c b/src/nautilus-window.c index 46eb741..1d43056 100644 --- a/src/nautilus-window.c +++ b/src/nautilus-window.c @@ -3086,6 +3086,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", "Copyright © 1999–2018 The Files Authors", "license-type", GTK_LICENSE_GPL_3_0, "artists", artists,