[nautilus/wip/oholy/about-website] window: Add website link to About dialog
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/oholy/about-website] window: Add website link to About dialog
- Date: Fri, 28 Jun 2019 14:23:48 +0000 (UTC)
commit d991f72ac7b496d1287be81dc56f314c1fdc6a11
Author: Ondrej Holy <oholy redhat com>
Date: Fri Jun 28 15:48:33 2019 +0200
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
src/nautilus-window.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index 89d492a76..f19d6a1fe 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/Nautilus",
"copyright", "© 1999–2018 The Files Authors",
"license-type", GTK_LICENSE_GPL_3_0,
"artists", artists,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]