| 151 | } |
| 152 | |
| 153 | void CMountPropertyPage::DefaultAction() |
| 154 | { |
| 155 | CString mes = Mount(); |
| 156 | |
| 157 | if (mes.GetLength() > 0 && mes != LocUtils::GetStringFromResources(IDS_PASS_CANNOT_BE_EMPTY).c_str()) |
| 158 | MessageBox(mes, L"cppcryptfs", MB_OK | MB_ICONEXCLAMATION); |
| 159 | } |
| 160 | |
| 161 | CString CMountPropertyPage::Mount(LPCWSTR argPath, LPCWSTR argMountPoint, LPCWSTR argPassword, bool argReadOnly, LPCWSTR argConfigPath, bool argReverse) |
| 162 | { |