[gnome-font-viewer: 1/2] font-view.c: Add URL to the about dialog




commit ff5f073fc581aa61a8dc8691b4ff44cc7fb16b8d
Author: Jack Ridehalgh <jridehalgh outlook com>
Date:   Sun Nov 8 01:31:04 2020 +0000

    font-view.c: Add URL to the about dialog
    
    Fixes #25

 src/font-view.c | 1 +
 1 file changed, 1 insertion(+)
---
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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]