| 98 | } |
| 99 | |
| 100 | INT_PTR SettingsDialog::OnNotify(NMHDR * pnmh) { |
| 101 | return Dialog::OnNotify(pnmh); |
| 102 | } |
| 103 | |
| 104 | int SettingsDialog::SaveGlobalPath() { |
| 105 | TCHAR TTextBuffer[MAX_PATH]; |
nothing calls this directly
no outgoing calls
no test coverage detected