Fix importing an archive containing colons (:) in the names on Windows
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / project / wizards / importtrace / TraceFileSystemElement.java
index 294288314b49d38325bc36fb164d29fb1568dd47..6b620a385be50d6409b01a4ad06b920262b57f6a 100644 (file)
@@ -103,7 +103,7 @@ public class TraceFileSystemElement extends FileSystemElement {
      */
     public String getLabel() {
         if (fLabel == null) {
-            return getFileSystemObject().getName();
+            return getProvider().getLabel(this.getFileSystemObject());
         }
         return fLabel;
     }
This page took 0.024236 seconds and 5 git commands to generate.