diff options
author | Steve Zesch <[email protected]> | 2012-01-13 19:36:45 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-01-13 19:36:45 -0500 |
commit | 299449e69433796c9ac476b9c3761ea853ce1446 (patch) | |
tree | 963f3ef3b76483366641301ce969167226349d29 | |
parent | b274cce136c0a42073e6f645c79840c3e3f4a2d2 (diff) | |
download | mate-calc-299449e69433796c9ac476b9c3761ea853ce1446.tar.bz2 mate-calc-299449e69433796c9ac476b9c3761ea853ce1446.tar.xz |
Added mate-desktop.org to the about window.
-rw-r--r-- | src/math-window.c | 1 |
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); } |