From 7a6699e183944ea12454cddbd34415b1c1d300c2 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Fri, 25 May 2001 15:27:28 -0400 Subject: display the property name in the help box --- 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 47af0d1..407278e 100644 --- a/Source/MFCDialog/PropertyList.cpp +++ b/Source/MFCDialog/PropertyList.cpp @@ -669,7 +669,7 @@ void CPropertyList::OnHelp() return; } CPropertyItem* pItem = (CPropertyItem*) GetItemDataPtr(m_curSel); - MessageBox(pItem->m_HelpString); + MessageBox(pItem->m_HelpString, pItem->m_propName, MB_OK|MB_ICONINFORMATION); } void CPropertyList::RemoveAll() -- cgit v0.12