mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug #182450 - Multi-cfg
This commit is contained in:
parent
80b06c257f
commit
f6453dd1c2
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ implements
|
|||
IResource res = (IResource)ad;
|
||||
IPath p = res.getProjectRelativePath();
|
||||
if (isForFolder() || isForFile()) {
|
||||
if (isMultiCfg()) {
|
||||
if (cf instanceof ICMultiItemsHolder) {
|
||||
out = cf.getResourceDescription(p, isForFolder()); // sic !
|
||||
} else {
|
||||
out = cf.getResourceDescription(p, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue