IDE: codeexplorer: labels

git-svn-id: trunk@37630 -
This commit is contained in:
mattias 2012-06-12 10:15:32 +00:00
parent 59cc5ead15
commit 8611115b6d

View File

@ -732,7 +732,7 @@ begin
ctnClassInterface,ctnCPPClass:
Result:='('+ACodeTool.ExtractClassInheritance(CodeNode,[])+')';
ctnEnumIdentifier:
ctnEnumIdentifier, ctnLabelType:
Result:=ACodeTool.ExtractIdentifier(CodeNode.StartPos);
ctnProcedure: