Browse Source

Typo in comment

Source commit: d0b9a545c6ed01bf0898a183c73f1c2f992eb929
Martin Prikryl 8 years ago
parent
commit
e7636a70bd
1 changed files with 1 additions and 1 deletions
  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)
   {