From 299449e69433796c9ac476b9c3761ea853ce1446 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Fri, 13 Jan 2012 19:36:45 -0500 Subject: Added mate-desktop.org to the about window. --- src/math-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/math-window.c b/src/math-window.c index d7f0912..e79f95a 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -215,6 +215,7 @@ static void about_cb(GtkWidget* widget, MathWindow* window) "documenters", documenters, "translator_credits", translator_credits, "logo-icon-name", "accessories-calculator", + "webiste", "https://mate-desktop.org", NULL); } -- cgit v1.2.1