mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 00:59:15 +02:00
Designer: fixed typos related to 'occur' word
git-svn-id: trunk@65205 -
This commit is contained in:
parent
61630354e6
commit
3566beff8f
@ -1925,7 +1925,7 @@ begin
|
|||||||
Action:=mrCancel;
|
Action:=mrCancel;
|
||||||
FCurReadErrorMsg:=ErrorMsg;
|
FCurReadErrorMsg:=ErrorMsg;
|
||||||
FCurUnknownProperty:=''; // ToDo find name property
|
FCurUnknownProperty:=''; // ToDo find name property
|
||||||
// find out, what error occured
|
// find out, what error occurred
|
||||||
if RightStr(ErrorMsg,length(SUnknownProperty))=SUnknownProperty then begin
|
if RightStr(ErrorMsg,length(SUnknownProperty))=SUnknownProperty then begin
|
||||||
ErrorType:=jfeUnknownProperty;
|
ErrorType:=jfeUnknownProperty;
|
||||||
Action:=mrIgnore;
|
Action:=mrIgnore;
|
||||||
|
Loading…
Reference in New Issue
Block a user