diff --git a/Source/MFCDialog/PropertyList.cpp b/Source/MFCDialog/PropertyList.cpp index 0371cb51a3..aef74b49b3 100644 --- a/Source/MFCDialog/PropertyList.cpp +++ b/Source/MFCDialog/PropertyList.cpp @@ -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 = ""; }