[devhelp] App: use less Autotools-specific config.h defines



commit a374ac16e6c3e82a5a098264fe9fe6416561f0fc
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Mar 12 20:35:24 2018 +0100

    App: use less Autotools-specific config.h defines
    
    It'll make the Meson build system simpler.
    
    When the website URL changes, git grep is anyway better to find all the
    places where the URL is present.
    
    For the icon name, git grep "\"devhelp\"". Anyway, I don't think the
    application will ever be renamed, Devhelp is a good name :-)

 src/dh-app.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dh-app.c b/src/dh-app.c
index 08f6883..97c09b5 100644
--- a/src/dh-app.c
+++ b/src/dh-app.c
@@ -154,9 +154,9 @@ about_cb (GSimpleAction *action,
                                "comments", _("A developer tool for browsing and searching API 
documentation"),
                                "authors", authors,
                                "translator-credits", _("translator-credits"),
-                               "website", PACKAGE_URL,
+                               "website", "https://wiki.gnome.org/Apps/Devhelp";,
                                "website-label", _("Devhelp Website"),
-                               "logo-icon-name", PACKAGE_TARNAME,
+                               "logo-icon-name", "devhelp",
                                "license-type", GTK_LICENSE_GPL_2_0,
                                "copyright", "Copyright 2001-2018 – the Devhelp team",
                                NULL);


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