Browse Source

Typo in a comment

(cherry picked from commit 6f227ec138a759d1bb26087e4e25c6a3665560aa)

Source commit: d42ec024aac4bb1b3f558bfbb11f5e90c22d2ba6
Martin Prikryl 5 years ago
parent
commit
21896c5a83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/packages/filemng/CustomDirView.pas

+ 1 - 1
source/packages/filemng/CustomDirView.pas

@@ -1253,7 +1253,7 @@ begin
   if SupportsDarkMode then
   begin
     // This enables dark mode - List view itself supports dark mode somewhat even in the our 'Explorer' theme.
-    // The 'ItemsView' has better dark mode selection color, but on the other hand is does not have dark scrollbars.
+    // The 'ItemsView' has better dark mode selection color, but on the other hand it does not have dark scrollbars.
     // win32-darkmode has ugly fix for that (FixDarkScrollBar), which we do not want to employ.
     SetWindowTheme(FHeaderHandle, 'ItemsView', nil);
     if DarkMode then UpdateDarkMode;