summaryrefslogtreecommitdiff
path: root/pluma/pluma-commands-help.c
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-01-13 19:41:45 -0500
committerSteve Zesch <[email protected]>2012-01-13 19:41:45 -0500
commitf3a8febfec4c03efbb478fd976097d2a9815ccf1 (patch)
tree86a6c013d051e00b48434d4c7836a3fd95fdcd40 /pluma/pluma-commands-help.c
parentd90bda7d80e42efbc7ec813e179091dad8ea93e3 (diff)
downloadpluma-f3a8febfec4c03efbb478fd976097d2a9815ccf1.tar.bz2
pluma-f3a8febfec4c03efbb478fd976097d2a9815ccf1.tar.xz
Changed url in about window.
Diffstat (limited to 'pluma/pluma-commands-help.c')
-rwxr-xr-xpluma/pluma-commands-help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/pluma-commands-help.c b/pluma/pluma-commands-help.c
index a2154247..95c07d84 100755
--- a/pluma/pluma-commands-help.c
+++ b/pluma/pluma-commands-help.c
@@ -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);
}