| 156 | } |
| 157 | |
| 158 | void CFolderDialog::OnInitDialog() |
| 159 | { |
| 160 | // Default handing of the init dialog message sets the selection to |
| 161 | // the initial folder |
| 162 | SetSelection(m_strInitialFolderName); |
| 163 | SetStatusText(ShortName(m_strInitialFolderName)); |
| 164 | } |
| 165 | |
| 166 | void CFolderDialog::OnSelChanged(ITEMIDLIST* pIdl) |
| 167 | { |
nothing calls this directly
no outgoing calls
no test coverage detected