diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/math-window.c | 2 |
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); |