From 0d83e96b30f0b20c6f86a08031d92de9e4e43c6f Mon Sep 17 00:00:00 2001 From: cardpuncher Date: Mon, 8 Oct 2012 23:28:14 +0300 Subject: Fix web site URL The former URL was matsusoft.com.ar, if my understanding is correct mate-desktop.org is now the ONE TRUE URL :p --- applets/clock/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/clock/clock.c b/applets/clock/clock.c index d728354e..85e6f089 100644 --- a/applets/clock/clock.c +++ b/applets/clock/clock.c @@ -3713,7 +3713,7 @@ static void display_about_dialog(GtkAction* action, ClockData* cd) "logo-icon-name", CLOCK_ICON, "translator-credits", _("translator-credits"), "version", VERSION, - "website", "http://matsusoft.com.ar/projects/mate/", + "website", "http://mate-desktop.org/", NULL); } -- cgit v1.2.1 From 5494eacad9ca1903c733450008bf686514976fde Mon Sep 17 00:00:00 2001 From: cardpuncher Date: Tue, 9 Oct 2012 22:01:36 +0300 Subject: Update applets/fish/fish.c Fix a typo in the documentation credits for Wanda. Now I guess I can start seeking psychiatric evaluation as advised in the about box :) --- applets/fish/fish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/fish/fish.c b/applets/fish/fish.c index 5ce55f61..1c30d7f8 100644 --- a/applets/fish/fish.c +++ b/applets/fish/fish.c @@ -553,7 +553,7 @@ static void display_about_dialog(GtkAction* action, FishApplet* fish) "evaluation."); const char* documenters [] = { "Telsa Gwynne ", - "Sun MATE Documentation Team ", + "Sun GNOME Documentation Team ", NULL }; -- cgit v1.2.1