| 2 | #include "Scylla.h" |
| 3 | |
| 4 | BOOL OptionsGui::OnInitDialog(CWindow wndFocus, LPARAM lInitParam) |
| 5 | { |
| 6 | loadOptions(); |
| 7 | DoDataExchange(DDX_LOAD); // show settings |
| 8 | |
| 9 | EditSectionName.LimitText(IMAGE_SIZEOF_SHORT_NAME); |
| 10 | |
| 11 | CenterWindow(); |
| 12 | |
| 13 | return TRUE; |
| 14 | } |
| 15 | |
| 16 | void OptionsGui::OnOK(UINT uNotifyCode, int nID, CWindow wndCtl) |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected