From a198b6248ef7b8e94f9e27f49a48da2cecd6d3fd Mon Sep 17 00:00:00 2001 From: Kalamatee Date: Wed, 20 Jan 2021 07:35:04 +0000 Subject: [PATCH] correctly escape the copyright and at symbols - the current behaviour breaks the following catcomp array offsets, resulting in the GUI app crashing on x86_64 --- workbench/devs/diskimage/zune_gui/locale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/devs/diskimage/zune_gui/locale.h b/workbench/devs/diskimage/zune_gui/locale.h index eb5550f3db..5d9d7dea65 100644 --- a/workbench/devs/diskimage/zune_gui/locale.h +++ b/workbench/devs/diskimage/zune_gui/locale.h @@ -98,7 +98,7 @@ #define MSG_SETTINGS_PLUGINS_STR "Plugins..." #define MSG_PROJECT_CLOSE_STR "Close" #define MSG_OK_GAD_STR "Ok" -#define MSG_ABOUT_REQ_STR "%s version %ld.%ld\n%s version %ld.%ld\n\nCopyright 0xA9 2007-2010 Fredrik Wikstrom\nWebsite: http://a500.org\nE-mail: fredrik0x40a500.org" +#define MSG_ABOUT_REQ_STR "%s version %ld.%ld\n%s version %ld.%ld\n\nCopyright \xA9 2007-2010 Fredrik Wikstrom\nWebsite: http://a500.org\nE-mail: fredrik\x40""a500.org" #define MSG_ERROR_STR "Error" #define MSG_NOAISS_REQ_STR "AISS assign not found.\n\nDownload and install the latest version\nfrom here: http://masonicons.de" #define MSG_OLDAISS_REQ_STR "AISS v%ld.%ld or newer required.\n\nDownload and install the latest version\nfrom here: http://masonicons.de"