From 4860b74c6af4545988034578dcbcf8024af83f00 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Fri, 13 Jan 2012 19:42:22 -0500 Subject: Changed https to http --- src/math-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/math-window.c b/src/math-window.c index 5669e46..a000128 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -215,7 +215,7 @@ static void about_cb(GtkWidget* widget, MathWindow* window) "documenters", documenters, "translator_credits", translator_credits, "logo-icon-name", "accessories-calculator", - "website", "https://mate-desktop.org", + "website", "http://mate-desktop.org", NULL); } -- cgit v1.2.1