Changed url in about window.
This commit is contained in:
@@ -8,8 +8,8 @@ m4_define(pluma_micro_version, 0)
|
||||
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
|
||||
|
||||
AC_INIT([pluma], [pluma_version],
|
||||
[https://github.com/perberos/mate-text-editor],
|
||||
[pluma], [https://matsusoft.com.ar/projects/mate/])
|
||||
[https://github.com/mate-desktop/mate-text-editor],
|
||||
[pluma], [http://mate-desktop.org])
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_SRCDIR(pluma/pluma.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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user