summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Ridehalgh <jridehalgh@outlook.com>2020-11-08 01:31:04 +0000
committerChristopher Davis <brainblasted@disroot.org>2021-02-12 23:43:55 -0800
commitff5f073fc581aa61a8dc8691b4ff44cc7fb16b8d (patch)
treefb5fb8eb3bc922d1de8c52f0efcb2d9ad6a4b017
parent3c87bc268e18bbb3b916b0f877d6bed55d7390ae (diff)
downloadgnome-font-viewer-ff5f073fc581aa61a8dc8691b4ff44cc7fb16b8d.tar.gz
font-view.c: Add URL to the about dialog
Fixes #25
-rw-r--r--src/font-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/font-view.c b/src/font-view.c
index 26679cb..f109920 100644
--- a/src/font-view.c
+++ b/src/font-view.c
@@ -1372,6 +1372,7 @@ action_about (GSimpleAction *action,
"authors", authors,
"program-name", _("Fonts"),
"comments", _("View fonts on your system"),
+ "website", "https://gitlab.gnome.org/GNOME/gnome-font-viewer/",
"logo-icon-name", FONT_VIEW_ICON_NAME,
"translator-credits", _("translator-credits"),
"license-type", GTK_LICENSE_GPL_2_0,