From 29cc37643833869dd4aa57215a57da669a6dde32 Mon Sep 17 00:00:00 2001 From: elasota Date: Wed, 25 Nov 2020 15:57:11 -0500 Subject: [PATCH] Remove trademark symbols since there does not appear to be, or have ever been, a registered trademark. --- GpApp/About.cpp | 4 ++-- ReleasePackageInstaller/Strings-en-us.wxl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GpApp/About.cpp b/GpApp/About.cpp index ce855d9..c4a734f 100644 --- a/GpApp/About.cpp +++ b/GpApp/About.cpp @@ -335,10 +335,10 @@ void DoAboutFramework (void) DrawSurface *surface = window->GetDrawSurface(); surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * 0), PSTR(GP_APPLICATION_NAME " " GP_APPLICATION_VERSION_STRING " \xa9" GP_APPLICATION_COPYRIGHT_STRING), blackColor, font); - surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * 2), PSTR(GP_APPLICATION_NAME " is an unoffical third-party port of Glider PRO\xaa."), blackColor, font); + surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * 2), PSTR(GP_APPLICATION_NAME " is an unoffical third-party port of Glider PRO."), blackColor, font); surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * 4), PSTR("This software is not maintained by, supported by, endorsed by, or"), blackColor, font); - surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * 5), PSTR("otherwise associated with the authors and publishers of Glider PRO\xaa."), blackColor, font); + surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * 5), PSTR("otherwise associated with the authors and publishers of Glider PRO."), blackColor, font); surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * 7), PSTR("Please do not contact any of them regarding issues that you have"), blackColor, font); surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * 8), PSTR("with " GP_APPLICATION_NAME "."), blackColor, font); diff --git a/ReleasePackageInstaller/Strings-en-us.wxl b/ReleasePackageInstaller/Strings-en-us.wxl index 4a4c4d1..4690eb3 100644 --- a/ReleasePackageInstaller/Strings-en-us.wxl +++ b/ReleasePackageInstaller/Strings-en-us.wxl @@ -1,6 +1,6 @@ Installs the base game and the main houses (Slumberland and Demo House) - Installs additional houses from the Glider PRO™ CD-ROM and the CD demo house from the open source release. - Installs tools for importing houses created by the original Macintosh version of Glider PRO™. + Installs additional houses from the Glider PRO CD-ROM and the CD demo house from the open source release. + Installs tools for importing houses created by the original Macintosh version of Glider PRO.