diff options
author | rbuj <[email protected]> | 2021-01-26 12:05:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-04 18:28:18 +0100 |
commit | 84de28686a201fd6ccda3ac562d7ed1d9369a730 (patch) | |
tree | dbbc48be2bc42f2446ee9dc406b1c7e62fad9657 /applets | |
parent | 3bda01153dec2167f9bb24df4c0eac49c1945320 (diff) | |
download | mate-power-manager-84de28686a201fd6ccda3ac562d7ed1d9369a730.tar.bz2 mate-power-manager-84de28686a201fd6ccda3ac562d7ed1d9369a730.tar.xz |
build: Use PACKAGE_URL variable
Diffstat (limited to 'applets')
-rw-r--r-- | applets/brightness/brightness-applet.c | 2 | ||||
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/applets/brightness/brightness-applet.c b/applets/brightness/brightness-applet.c index c4fa15e..e603d31 100644 --- a/applets/brightness/brightness-applet.c +++ b/applets/brightness/brightness-applet.c @@ -848,7 +848,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data) "documenters", documenters, "translator-credits", _("translator-credits"), "wrap-license", TRUE, - "website", "https://mate-desktop.org", + "website", PACKAGE_URL, NULL); g_free (license_trans); diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index d66070b..849ff7c 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -317,7 +317,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data) "documenters", documenters, "translator-credits", _("translator-credits"), "wrap-license", TRUE, - "website", "https://mate-desktop.org", + "website", PACKAGE_URL, NULL); g_free (license_trans); |