diff options
author | Steve Zesch <[email protected]> | 2012-01-18 21:38:02 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-01-18 21:38:02 -0500 |
commit | 40dd3d1c879d031e128c521a409007acf0051b25 (patch) | |
tree | dbe496179e690a37e04b8b3017e5311552999acd /applets | |
parent | c8123c706d8c463e216c35aa41c53cf03ae3a695 (diff) | |
download | mate-panel-40dd3d1c879d031e128c521a409007acf0051b25.tar.bz2 mate-panel-40dd3d1c879d031e128c521a409007acf0051b25.tar.xz |
Fixed mate-desktop URL
Diffstat (limited to 'applets')
-rw-r--r-- | applets/notification_area/main.c | 2 |
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); } |