1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

Bug 286226 - Launch configuration naming

This commit is contained in:
Ken Ryall 2009-08-31 08:17:12 +00:00
parent 6c7528057e
commit c0d0d15fb8

View file

@ -40,7 +40,7 @@ public class CfgHolder {
if (tc == null)
name = UIMessages.getString("StdProjectTypeHandler.2"); //$NON-NLS-1$
else
name = tc.getName();
name = tc.getParent().getName();
} else
name = cfg.getName();
}