mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Code comments...
This commit is contained in:
@ -1557,6 +1557,7 @@ var
|
||||
begin
|
||||
// TODO: Find an alternative to SelectDirectory(), which causes
|
||||
// a platform compiler warning because it needs the FileCtrl unit
|
||||
// -> Q: What about using fx TOpenDialog for this purpose?
|
||||
chosenDirectory := EditDirectory.Text;
|
||||
if SelectDirectory('Select output directory', '', chosenDirectory) then
|
||||
EditDirectory.Text := chosenDirectory;
|
||||
|
Reference in New Issue
Block a user