ide: set correct imageindex for uses section and used unit nodes

git-svn-id: trunk@19594 -
This commit is contained in:
paul 2009-04-24 03:07:44 +00:00
parent 841d9ef2fb
commit 2da1e36c1c

View File

@ -601,6 +601,8 @@ begin
else else
Result:=ImgIDProcedure; Result:=ImgIDProcedure;
ctnProperty: Result:=ImgIDProperty; ctnProperty: Result:=ImgIDProperty;
ctnUsesSection: Result:= ImgIDSection;
ctnUseUnit: Result:=ImgIDUnit;
else else
Result:=ImgIDDefault; Result:=ImgIDDefault;
end; end;