From 7a267fb283014d307afeea2caa0bd2a7bd90b2ca Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 31 Jul 2023 17:51:19 +0300 Subject: Rename offline files to cloud files (except for function names) --- plugins/Libs/kol.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Libs') diff --git a/plugins/Libs/kol.pas b/plugins/Libs/kol.pas index c63cdf354b..a33677c6c7 100644 --- a/plugins/Libs/kol.pas +++ b/plugins/Libs/kol.pas @@ -12054,7 +12054,7 @@ const {* Use this flag to create compressed file. Has effect only on NTFS, and only if ofAttrCompressed is not specified also. } ofAttrOffline = {$IFDEF LIN} 0 {$ELSE} $10000000 {$ENDIF}; - {* Use this flag to create offline file. } + {* Use this flag to create cloud file. } {$IFDEF _D3orHigher} function WFileCreate(const FileName: KOLWideString; OpenFlags: DWord): THandle; -- cgit v1.2.3