Skip to content

Commit

Permalink
Improve UpdatePanel messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Nov 20, 2024
1 parent 951213f commit 6c19d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Projects/Src/IDE.MainForm.pas
Original file line number Diff line number Diff line change
Expand Up @@ -879,10 +879,10 @@ constructor TMainForm.Create(AOwner: TComponent);

{ UpdatePanel visibility }
CheckUpdatePanelMessage(Ini, 'KnownVersion', 0, Integer(FCompilerVersion.BinVersion),
'Your version of Inno Setup has been updated. Click <a id="hwhatsnew">here</a> to see what''s new.',
'Your version of Inno Setup has been updated! <a id="hwhatsnew">See what''s new</a>.',
$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 <a id="toptions">here</a> to open the Options dialog and change the Editor Keys option.',
'Support for Visual Studio Code-style editor shortcuts has been added! Use the Options dialog and <a id="toptions">change the Editor Keys option</a>.',
$FFD399); //MBlue with HSL lightness changed from 42% to 80%
UpdateUpdatePanel;

Expand Down

0 comments on commit 6c19d08

Please sign in to comment.