summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-01-18 21:38:02 -0500
committerSteve Zesch <[email protected]>2012-01-18 21:38:02 -0500
commit40dd3d1c879d031e128c521a409007acf0051b25 (patch)
treedbe496179e690a37e04b8b3017e5311552999acd
parentc8123c706d8c463e216c35aa41c53cf03ae3a695 (diff)
downloadmate-panel-40dd3d1c879d031e128c521a409007acf0051b25.tar.bz2
mate-panel-40dd3d1c879d031e128c521a409007acf0051b25.tar.xz
Fixed mate-desktop URL
-rw-r--r--applets/notification_area/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/notification_area/main.c b/applets/notification_area/main.c
index fc11040f..f6a5a24d 100644
--- a/applets/notification_area/main.c
+++ b/applets/notification_area/main.c
@@ -130,7 +130,7 @@ static void about_cb(GtkAction* action, AppletData* data)
"logo-icon-name", NOTIFICATION_AREA_ICON,
"translator-credits", _("translator-credits"),
"version", VERSION,
- "website", "http://matsusoft.com.ar/projects/mate/",
+ "website", "http://www.mate-desktop.org",
NULL);
}