Changed url in about window.

This commit is contained in:
Steve Zesch
2012-01-13 19:41:45 -05:00
parent d90bda7d80
commit f3a8febfec
2 changed files with 3 additions and 3 deletions

View File

@@ -92,6 +92,6 @@ void _pluma_cmd_help_about(GtkAction* action, PlumaWindow* window)
"logo_icon_name", "accessories-text-editor",
"translator-credits", _("translator-credits"),
"version", VERSION,
"website", "http://matsusoft.com.ar/projects/mate/",
"website", "http://mate-desktop.org",
NULL);
}