MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / OnInitDialog

Method OnInitDialog

cppcryptfs/ui/FolderDialog.cpp:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void 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
166void CFolderDialog::OnSelChanged(ITEMIDLIST* pIdl)
167{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected