Fixed missing result
This commit is contained in:
parent
5ae488c008
commit
46a87b3e0c
|
@ -17,7 +17,7 @@ implementation
|
|||
|
||||
function Prompt(ACaption: String; AMode: TPromptMode): String;
|
||||
begin
|
||||
Prompt(ACaption, '', AMode);
|
||||
Result := Prompt(ACaption, '', AMode);
|
||||
end;
|
||||
|
||||
function Prompt(ACaption, ADefault: String; AMode: TPromptMode): String;
|
||||
|
|
Loading…
Reference in New Issue