From 3f70c0ecafd4f14479c448a4e49f14d292f88dca Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Jan 2021 11:48:25 +0100 Subject: build: Use PACKAGE_URL variable --- src/math-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math-window.c') 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); -- cgit v1.2.1