mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 23:39:03 +02:00
IDE: extract proc: stop if identifier is invalid
git-svn-id: trunk@39461 -
This commit is contained in:
parent
989a5004df
commit
979dfc0037
@ -214,6 +214,7 @@ begin
|
||||
MessageDlg(lisInvalidProcName,
|
||||
Format(lisSVUOisNotAValidIdentifier, ['"', ProcName, '"']),
|
||||
mtError,[mbCancel],0);
|
||||
ModalResult:=mrNone;
|
||||
exit;
|
||||
end;
|
||||
ModalResult:=mrOk;
|
||||
|
Loading…
Reference in New Issue
Block a user