浏览代码

Fix typo.

Martijn Laan 5 年之前
父节点
当前提交
da2e47cff2
共有 1 个文件被更改,包括 2 次插入2 次删除
  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