- case WM_SETTINGCHANGE:
- {
- processed = HandleSettingChange(wParam, lParam);
-
- // if it was processed will still need to allow the base class to
- // forward this message to child windows
- if ( processed )
- {
- wxTopLevelWindowBase::MSWWindowProc(message, wParam, lParam);
- }
- break;
- }