diff options
author | rbuj <[email protected]> | 2021-01-26 11:36:44 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-04 18:26:00 +0100 |
commit | 385d4492b9582920aa322204a52f411b8ba3860f (patch) | |
tree | f786b8833ddb6ddce4925910f5a1ea63d2c59092 /netspeed/src | |
parent | 71a3e400589bc037ecb043ed27ac255166722a1c (diff) | |
download | mate-applets-385d4492b9582920aa322204a52f411b8ba3860f.tar.bz2 mate-applets-385d4492b9582920aa322204a52f411b8ba3860f.tar.xz |
build: Use PACKAGE_URL variable
Diffstat (limited to 'netspeed/src')
-rw-r--r-- | netspeed/src/netspeed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netspeed/src/netspeed.c b/netspeed/src/netspeed.c index 3b28e988..22e2331b 100644 --- a/netspeed/src/netspeed.c +++ b/netspeed/src/netspeed.c @@ -1056,7 +1056,7 @@ about_cb (GtkAction *action, "authors", authors, "documenters", NULL, "translator-credits", _("translator-credits"), - "website", "http://www.mate-desktop.org/", + "website", PACKAGE_URL, "logo-icon-name", LOGO_ICON, NULL); } |