From 7b69b171ff169c14d90b69319da80a1285e026a8 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 22 Jan 2018 11:35:12 +0100 Subject: [PATCH] Fix invalid http://grafx2.org url to grafx2.tk --- src/helpfile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpfile.h b/src/helpfile.h index 6ce3bf85..54b54b37 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -61,13 +61,13 @@ static const T_Help_table helptable_about[] = HELP_TITLE(" GRAFX 2 ") HELP_BOLD (" \"Dragon's Layers\" Edition") HELP_BOLD (" THE ULTIMATE MULTI-RESOLUTION GFX EDITOR") - HELP_TEXT (" http://grafx2.org") + HELP_TEXT (" http://grafx2.tk") #if defined(__MINT__) HELP_TEXT (" atari build ") #else HELP_TEXT ("") #endif - HELP_TEXT ("Copyright 2007-2016, the Grafx2 project team") + HELP_TEXT ("Copyright 2007-2018, the Grafx2 project team") HELP_TEXT (" Copyright 1996-2001, SUNSET DESIGN") }; static const T_Help_table helptable_licence[] =