浏览代码

Typo in comment

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

+ 1 - 1
source/windows/VCLCommon.cpp

@@ -899,7 +899,7 @@ void __fastcall ApplySystemSettingsOnControl(TControl * Control)
     }
   }
 
-  // WORKAROUND for lack of public API so mimicking Explorer-style mouse selection
+  // WORKAROUND for lack of public API for mimicking Explorer-style mouse selection
   // See https://stackoverflow.com/q/15750842/850848
   if (IEListView != NULL)
   {