Blame SOURCES/window-Add-website-link-to-About-dialog.patch
|
|
542461 |
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
|
|
|
542461 |
index 89d492a76..5ea21b1d8 100644
|
|
|
542461 |
--- a/src/nautilus-window.c
|
|
|
542461 |
+++ b/src/nautilus-window.c
|
|
|
542461 |
@@ -2864,6 +2864,7 @@ nautilus_window_show_about_dialog (NautilusWindow *window)
|
|
|
542461 |
"program-name", program_name,
|
|
|
542461 |
"version", VERSION,
|
|
|
542461 |
"comments", _("Access and organize your files."),
|
|
|
542461 |
+ "website", "https://wiki.gnome.org/action/show/Apps/Files",
|
|
|
542461 |
"copyright", "Copyright © 1999–2018 The Files Authors",
|
|
|
542461 |
"license-type", GTK_LICENSE_GPL_3_0,
|
|
|
542461 |
"artists", artists,
|
|
|
542461 |
|