mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-21 19:08:13 +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.
|
// Open a system filemanager and select the given file there.
|
||||||
// AFullPath contains a directory and a file name.
|
// 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;
|
function SelectInFolder(AFullPath: String): Boolean;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user