From 5d8f8db7f9e11eb681e2591decf64269fd5babbc Mon Sep 17 00:00:00 2001 From: Martijn Laan <1092369+martijnlaan@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:03:36 +0100 Subject: [PATCH] Fix typo. --- Projects/Src/IDE.MainForm.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/Src/IDE.MainForm.pas b/Projects/Src/IDE.MainForm.pas index 2a639b046..7fa8c3a22 100644 --- a/Projects/Src/IDE.MainForm.pas +++ b/Projects/Src/IDE.MainForm.pas @@ -881,7 +881,7 @@ constructor TMainForm.Create(AOwner: TComponent); $ABE3AB); //MGreen with HSL lightness changed from 40% to 78% CheckUpdatePanelMessage(Ini, 'VSCodeMemoKeyMap', 0, 1, 'Support for Visual Studio Code-style editor shortcuts has been added. Click here to open the Options dialog and change the Editor Keys option.', - $FFD399); //MBlue with HSL lightness changes from 42% to 80% + $FFD399); //MBlue with HSL lightness changed from 42% to 80% UpdateUpdatePanel; { Debug options }