From 4c22977685f2eae8ef57dfaeaf09280c78d6ebd4 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 5 Feb 2003 13:24:33 -0500 Subject: ENH: add a check for -NOTFOUND --- Source/MFCDialog/PropertyList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/MFCDialog/PropertyList.cpp b/Source/MFCDialog/PropertyList.cpp index 0371cb5..aef74b4 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 = ""; } -- cgit v0.12