From 0ed6744f217864f0a8201c7ca5d7ecd197e089b6 Mon Sep 17 00:00:00 2001 From: cardpuncher Date: Tue, 11 Dec 2012 22:11:33 +0100 Subject: Fix the website URL --- applets/fish/fish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets') diff --git a/applets/fish/fish.c b/applets/fish/fish.c index 5cbbb553..3d2c727c 100644 --- a/applets/fish/fish.c +++ b/applets/fish/fish.c @@ -572,7 +572,7 @@ static void display_about_dialog(GtkAction* action, FishApplet* fish) "logo-icon-name", FISH_ICON, "translator-credits", _("translator-credits"), "version", VERSION, // "3.4.7.4ac19" - "website", "http://matsusoft.com.ar/projects/mate/", + "website", "http://mate-desktop.org/", NULL); g_free(descr); -- cgit v1.2.1