From 49253d9ba0aa315d1fc8afc4f7a7b18118eacca6 Mon Sep 17 00:00:00 2001 From: Benjamin Funke <58399929+BJNFNE@users.noreply.github.com> Date: Sat, 7 Dec 2024 13:11:16 +0100 Subject: [PATCH] fix uppercase for Copyright name in CONFIG.rc --- CONFIG/res/config.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONFIG/res/config.rc b/CONFIG/res/config.rc index a6164bfa..da729c30 100644 --- a/CONFIG/res/config.rc +++ b/CONFIG/res/config.rc @@ -13,7 +13,7 @@ FONT 8, "MS Sans Serif" BEGIN CONTROL IDI_CONFIG, -1, "STATIC", SS_ICON | WS_CHILD | WS_VISIBLE, 11, 17, 18, 20 CONTROL "Configure LEGO Island Version 1.0", -1, "STATIC", SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE | WS_GROUP, 40, 10, 119, 8 - CONTROL "Copyright \xA9 1997 mindscape", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 40, 25, 119, 8 + CONTROL "Copyright \xA9 1997 Mindscape", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 40, 25, 119, 8 CONTROL "OK", IDOK, "BUTTON", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 178, 7, 32, 14 END