summaryrefslogtreecommitdiff
path: root/pluma/pluma-commands-help.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-26 13:08:32 +0100
committerraveit65 <[email protected]>2021-02-04 22:46:51 +0100
commit97e1fe87f7cb362e0731b4aceec5b8f21e5632d1 (patch)
tree5feb76d92b71af6159d77f383e4a9851b215219f /pluma/pluma-commands-help.c
parent299d0088a38a465c9de2ef890cecba9bd7a2b0f5 (diff)
downloadpluma-97e1fe87f7cb362e0731b4aceec5b8f21e5632d1.tar.bz2
pluma-97e1fe87f7cb362e0731b4aceec5b8f21e5632d1.tar.xz
build: Use PACKAGE_URL variable
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);