ENH: add a check for -NOTFOUND
This commit is contained in:
parent
bec6a7076a
commit
4c22977685
@ -435,7 +435,7 @@ void CPropertyList::OnButton()
|
||||
Filter);
|
||||
CString initialDir;
|
||||
CString currPath = pItem->m_curValue;
|
||||
if (currPath == "NOTFOUND")
|
||||
if (currPath.Right(9) == "-NOTFOUND" || currPath == "NOTFOUND")
|
||||
{
|
||||
currPath = "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user