diff options
author | Steve Zesch <[email protected]> | 2012-01-13 19:42:22 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-01-13 19:42:22 -0500 |
commit | 4860b74c6af4545988034578dcbcf8024af83f00 (patch) | |
tree | 5fd0f682a3225d7764b8274ec8245e2debddad9d | |
parent | a24dafa5e96e0266950eed6998bb289af714a39d (diff) | |
download | mate-calc-4860b74c6af4545988034578dcbcf8024af83f00.tar.bz2 mate-calc-4860b74c6af4545988034578dcbcf8024af83f00.tar.xz |
Changed https to http
-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 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); } |