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