fixed checking case insensitive renaming of published vars

git-svn-id: trunk@5127 -
This commit is contained in:
mattias 2004-02-01 00:02:29 +00:00
parent 8e7e336e83
commit b049772be5

View File

@ -2701,7 +2701,7 @@ begin
TypeNode:=FindTypeNodeOfDefinition(VarNode);
MoveCursorToNodeStart(TypeNode);
ReadNextAtom;
if AtomIs(VarType) then begin
if UpAtomIs(UpperCaseStr(VarType)) then begin
// rename the identifier
MoveCursorToNodeStart(VarNode);
ReadNextAtom;