mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 11:25:35 +02:00
Bug 286226 - Launch configuration naming
This commit is contained in:
parent
6c7528057e
commit
c0d0d15fb8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class CfgHolder {
|
||||||
if (tc == null)
|
if (tc == null)
|
||||||
name = UIMessages.getString("StdProjectTypeHandler.2"); //$NON-NLS-1$
|
name = UIMessages.getString("StdProjectTypeHandler.2"); //$NON-NLS-1$
|
||||||
else
|
else
|
||||||
name = tc.getName();
|
name = tc.getParent().getName();
|
||||||
} else
|
} else
|
||||||
name = cfg.getName();
|
name = cfg.getName();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue