summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-01-13 19:36:45 -0500
committerSteve Zesch <[email protected]>2012-01-13 19:36:45 -0500
commit299449e69433796c9ac476b9c3761ea853ce1446 (patch)
tree963f3ef3b76483366641301ce969167226349d29 /src
parentb274cce136c0a42073e6f645c79840c3e3f4a2d2 (diff)
downloadmate-calc-299449e69433796c9ac476b9c3761ea853ce1446.tar.bz2
mate-calc-299449e69433796c9ac476b9c3761ea853ce1446.tar.xz
Added mate-desktop.org to the about window.
Diffstat (limited to 'src')
-rw-r--r--src/math-window.c1
1 files changed, 1 insertions, 0 deletions
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);
}