display the property name in the help box
This commit is contained in:
parent
ad2437f08c
commit
7a6699e183
@ -669,7 +669,7 @@ void CPropertyList::OnHelp()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
CPropertyItem* pItem = (CPropertyItem*) GetItemDataPtr(m_curSel);
|
CPropertyItem* pItem = (CPropertyItem*) GetItemDataPtr(m_curSel);
|
||||||
MessageBox(pItem->m_HelpString);
|
MessageBox(pItem->m_HelpString, pItem->m_propName, MB_OK|MB_ICONINFORMATION);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CPropertyList::RemoveAll()
|
void CPropertyList::RemoveAll()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user