1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

removed the displaying of the parents path segments for CFolder elements

This commit is contained in:
David Inglis 2004-10-01 14:48:22 +00:00
parent 23d71189d5
commit ad9cde0b51

View file

@ -419,9 +419,9 @@ public class CElementLabels {
if (rootQualified) {
buf.append(container.getPath().makeRelative().toString());
} else {
if (resource != null)
buf.append(resource.getProjectRelativePath().toString());
else
// if (resource != null)
// buf.append(resource.getProjectRelativePath().toString());
// else
buf.append(container.getElementName());
if (referencedQualified) {
buf.append(CONCAT_STRING);