summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-26 14:08:06 +0100
committerraveit65 <[email protected]>2021-02-04 18:50:42 +0100
commit0eb3b8c976dd62bfd85ad8de3fd5e00becf7f0dd (patch)
tree772bad453fd43fae3f2dedd559b04e095c207dee /src
parentbe5667d893101e72e1edbb817eed4a605b03816a (diff)
downloadmate-system-monitor-0eb3b8c976dd62bfd85ad8de3fd5e00becf7f0dd.tar.bz2
mate-system-monitor-0eb3b8c976dd62bfd85ad8de3fd5e00becf7f0dd.tar.xz
build: Use PACKAGE_URL variable
Diffstat (limited to 'src')
-rw-r--r--src/callbacks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callbacks.cpp b/src/callbacks.cpp
index 3afff0a..090f1e5 100644
--- a/src/callbacks.cpp
+++ b/src/callbacks.cpp
@@ -239,7 +239,7 @@ cb_about (GtkAction *action, gpointer data)
"translator-credits", _("translator-credits"),
"license", license_trans,
"wrap-license", TRUE,
- "website", "https://mate-desktop.org",
+ "website", PACKAGE_URL,
NULL
);