summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-26 11:48:25 +0100
committerraveit65 <[email protected]>2021-02-02 22:44:05 +0100
commit3f70c0ecafd4f14479c448a4e49f14d292f88dca (patch)
tree209f635956ef1e0acb845c459460dadca1922db9 /src
parent18a34d78737374627f1128be3b66c8ddd95bdb0e (diff)
downloadmate-calc-3f70c0ecafd4f14479c448a4e49f14d292f88dca.tar.bz2
mate-calc-3f70c0ecafd4f14479c448a4e49f14d292f88dca.tar.xz
build: Use PACKAGE_URL variable
Diffstat (limited to 'src')
-rw-r--r--src/math-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math-window.c b/src/math-window.c
index 9dc8f67..be4f02e 100644
--- a/src/math-window.c
+++ b/src/math-window.c
@@ -376,7 +376,7 @@ static void about_cb(GtkWidget* widget, MathWindow* window)
"documenters", documenters,
"translator_credits", _("translator-credits"),
"wrap-license", TRUE,
- "website", "http://mate-desktop.org",
+ "website", PACKAGE_URL,
"icon-name", "accessories-calculator",
"logo-icon-name", "accessories-calculator",
NULL);