summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-01-13 19:42:22 -0500
committerSteve Zesch <[email protected]>2012-01-13 19:42:22 -0500
commit4860b74c6af4545988034578dcbcf8024af83f00 (patch)
tree5fd0f682a3225d7764b8274ec8245e2debddad9d /src
parenta24dafa5e96e0266950eed6998bb289af714a39d (diff)
downloadmate-calc-4860b74c6af4545988034578dcbcf8024af83f00.tar.bz2
mate-calc-4860b74c6af4545988034578dcbcf8024af83f00.tar.xz
Changed https to http
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 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);
}