| 53 | } |
| 54 | |
| 55 | void CMoreSettingsPropertyPage::DoDataExchange(CDataExchange* pDX) |
| 56 | { |
| 57 | CCryptPropertyPage::DoDataExchange(pDX); |
| 58 | // This line links the ID from the resources to a variable in C++ |
| 59 | DDX_Control(pDX, IDC_LANGUAGE, m_ctrlComboBox); |
| 60 | } |
| 61 | |
| 62 | |
| 63 | BEGIN_MESSAGE_MAP(CMoreSettingsPropertyPage, CCryptPropertyPage) |
nothing calls this directly
no outgoing calls
no test coverage detected