summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristopher Davis <brainblasted@disroot.org>2021-02-12 23:48:50 -0800
committerChristopher Davis <brainblasted@disroot.org>2021-02-12 23:48:50 -0800
commit3255bb8366d993dba9ebcfd6a5cdce8cf00d7d3f (patch)
treebb63d65b6faaeb5b5919f21aebfec28d28a12265 /src
parentbb29dba863dc5d736790d48e704a7ccec4cbbfa0 (diff)
parentff5f073fc581aa61a8dc8691b4ff44cc7fb16b8d (diff)
downloadgnome-font-viewer-3255bb8366d993dba9ebcfd6a5cdce8cf00d7d3f.tar.gz
Merge branch 'jridehalgh/gnome-font-viewer-urls'
See https://gitlab.gnome.org/GNOME/gnome-font-viewer/-/merge_requests/17
Diffstat (limited to 'src')
-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 8d9f373..710943b 100644
--- a/src/font-view.c
+++ b/src/font-view.c
@@ -1373,6 +1373,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,