mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 12:40:34 +02:00
IDE: allow to rename form name case
git-svn-id: trunk@32542 -
This commit is contained in:
parent
b4756aab86
commit
2af1e2be42
@ -16402,7 +16402,7 @@ var
|
||||
end;
|
||||
|
||||
// check if classname
|
||||
ConflictingClass:=AComponent.ClassType;
|
||||
ConflictingClass:=AComponent.ClassType.ClassParent;
|
||||
while ConflictingClass<>nil do begin
|
||||
if SysUtils.CompareText(AName,ConflictingClass.ClassName)=0 then begin
|
||||
s:='This component has already the class '+ConflictingClass.ClassName;
|
||||
|
Loading…
Reference in New Issue
Block a user