IDE: Fix an error message about missing compile command. Issue #39877, patch by Don Siders.

This commit is contained in:
Juha 2022-09-07 10:33:08 +03:00
parent 116b22ed72
commit 4d1615a40f

View File

@ -6796,8 +6796,8 @@ begin
// reason is not handled
if Quiet then exit(mrCancel);
Result:=IDEMessageDialog('Nothing to do',
'The project''s compiler options has no compile command.'+LineEnding
+'See Project / Compiler Options ... / Compilation',mtInformation,
'The project''s compiler options has no compile command.'+LineEnding+
'See Project / Project Options / Compiler Options / Compiler Commands',mtInformation,
[mbCancel,mbIgnore]);
if Result=mrIgnore then
Result:=mrOk;