mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 23:09:13 +02:00
IDE: Fix an error message about missing compile command. Issue #39877, patch by Don Siders.
This commit is contained in:
parent
116b22ed72
commit
4d1615a40f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user