Selaa lähdekoodia

Typo in a comment

(cherry picked from commit 7ecbbb0b3c7f0a2333e8f12355b30fdf29c20de3)

Source commit: be982e475b7c16991809a352d0581b28befe2ddb
Martin Prikryl 5 vuotta sitten
vanhempi
sitoutus
bf9bbd56d1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      source/packages/filemng/CustomDirView.pas

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

@@ -1250,7 +1250,7 @@ begin
 
   if SupportsDarkMode then
   begin
-    // This enabled dark mode - List view itself supports dark mode somewhat even in the our 'Explorer' theme.
+    // 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.
     // win32-darkmode has ugly fix for that (FixDarkScrollBar), which we do not want to employ.
     SetWindowTheme(FHeaderHandle, 'ItemsView', nil);