From 1d49a934bff766eb12afd17b195e22ef26a7c0af Mon Sep 17 00:00:00 2001 From: Thothix Date: Tue, 24 Sep 2024 15:18:02 -0300 Subject: [PATCH] Update splash screen --- src/Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Settings.h b/src/Settings.h index d7a781ba..5ebd9b40 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -145,7 +145,7 @@ namespace Guayadeque { // -------------------------------------------------------------------------------- // #define guSPLASH_NAME wxT( "Tiago Barrionuevo" ) #define guSPLASH_EMAIL wxT( "thothix@protonmail.com" ) -#define guSPLASH_THANKS wxT( "Our invaluable thanks to J.Rios" ) +#define guSPLASH_THANKS wxT( "Our many thanks for J.Rios' invaluable work -" ) #define guSPLASH_THANKS_EMAIL wxT( "anonbeat@gmail.com" ) // #define guSPLASH_HOMEPAGE wxT( "http://guayadeque.org" ) // #define guSPLASH_DONATION_LINK wxT( "https://goo.gl/GHDEEO" )