mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 11:18:22 +02:00
LCL: Improve a comment for function SelectInFolder. Directories are shown in different ways in different systems.
This commit is contained in:
parent
78085ec24c
commit
4ce84e7af4
@ -89,7 +89,7 @@ function OpenDocument(APath: String): Boolean;
|
||||
|
||||
// Open a system filemanager and select the given file there.
|
||||
// AFullPath contains a directory and a file name.
|
||||
// Works also with directory names, then nothing gets selected.
|
||||
// Works also with directory names.
|
||||
function SelectInFolder(AFullPath: String): Boolean;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user