| 1693 | |
| 1694 | |
| 1695 | void CMountPropertyPage::OnEditchangePath() |
| 1696 | { |
| 1697 | // TODO: Add your control notification handler code here |
| 1698 | |
| 1699 | CSecureEdit *pEd = (CSecureEdit*)GetDlgItem(IDC_PASSWORD); |
| 1700 | |
| 1701 | if (pEd) |
| 1702 | pEd->SetRealText(L""); |
| 1703 | } |
| 1704 | |
| 1705 | |
| 1706 |
nothing calls this directly
no test coverage detected