| 140 | } |
| 141 | |
| 142 | void CFolderDialog::SetStatusText(LPCTSTR pszStatusText) |
| 143 | { |
| 144 | ::SendMessage(m_hDialogBox, BFFM_SETSTATUSTEXT, 0, (LPARAM) pszStatusText); |
| 145 | } |
| 146 | |
| 147 | CString CFolderDialog::ShortName(const CString& strName) |
| 148 | { |
nothing calls this directly
no outgoing calls
no test coverage detected