Browse Source

Fix typo.

Martijn Laan 5 years ago
parent
commit
da2e47cff2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Components/NewTabSet.pas

+ 2 - 2
Components/NewTabSet.pas

@@ -2,7 +2,7 @@ unit NewTabSet;
 
 {
   Inno Setup
-  Copyright (C) 1997-2018 Jordan Russell
+  Copyright (C) 1997-2020 Jordan Russell
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
 
@@ -274,7 +274,7 @@ begin
 
   { Background fill }
   if FTheme <> nil then
-    Canvas.Brush.COlor := FTheme.Colors[tcMarginBack]
+    Canvas.Brush.Color := FTheme.Colors[tcMarginBack]
   else if HighColorMode then
     Canvas.Brush.Color := LightenColor(ColorToRGB(clBtnFace), 35)
   else