summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-12-11 13:20:10 -0800
committerStefano Karapetsas <[email protected]>2012-12-11 13:20:10 -0800
commit6c54e8633ccb398d669c20f988dbfc40af4819c1 (patch)
tree5fa6a76015ff34e6f129c6ac16bbdb39c8b4288f
parent5237036d40a1ad3d0236711502a7d4a18f58355e (diff)
parent0ed6744f217864f0a8201c7ca5d7ecd197e089b6 (diff)
downloadmate-panel-6c54e8633ccb398d669c20f988dbfc40af4819c1.tar.bz2
mate-panel-6c54e8633ccb398d669c20f988dbfc40af4819c1.tar.xz
Merge pull request #63 from cardpuncher/patch-3
Fix the website URL
-rw-r--r--applets/fish/fish.c2
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);