浏览代码

Typo in a comment

Source commit: 46040dfc2ea7816d9213eb9c2c869c703c6f2d3d
Martin Prikryl 6 年之前
父节点
当前提交
64080c181e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/windows/VCLCommon.cpp

+ 1 - 1
source/windows/VCLCommon.cpp

@@ -2642,7 +2642,7 @@ void TDesktopFontManager::UpdateControl(TControl * Control)
 
   // Neither CreateFontIndirect nor RestoreFont set  color, so we should should have the default set by TFont constructor here.
   DebugAssert(DesktopFont->Color == clWindowText);
-  // Preserve color (particularly whice color of file panel font in dark mode)
+  // Preserve color (particularly white color of file panel font in dark mode)
   DesktopFont->Color = PublicControl->Font->Color;
 
   PublicControl->Font->Assign(DesktopFont.get());