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:
parent
6c7528057e
commit
c0d0d15fb8
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue