diff options
Diffstat (limited to 'applets/fish/fish.c')
-rw-r--r-- | applets/fish/fish.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |