summaryrefslogtreecommitdiff
path: root/pluma/pluma-commands-help.c
diff options
context:
space:
mode:
Diffstat (limited to 'pluma/pluma-commands-help.c')
-rw-r--r--pluma/pluma-commands-help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pluma/pluma-commands-help.c b/pluma/pluma-commands-help.c
index 82bb6504..d4ada302 100644
--- a/pluma/pluma-commands-help.c
+++ b/pluma/pluma-commands-help.c
@@ -32,7 +32,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include <config.h>
+#include <config.h>
#endif
#include <glib.h>
@@ -125,7 +125,7 @@ void _pluma_cmd_help_about(GtkAction* action, PlumaWindow* window)
"logo_icon_name", "accessories-text-editor",
"translator-credits", _("translator-credits"),
"version", VERSION,
- "website", "http://mate-desktop.org",
+ "website", PACKAGE_URL,
NULL);
g_strfreev (authors);