Home | Info | Community | Development | myReactOS | Contact Us
[virtual]
Reimplemented from Window.
Definition at line 168 of file settings.cpp.
{ switch(pnmh->code) { case PSN_APPLY: _cfg_org = g_Globals._cfg; break; case PSN_RESET: g_Globals._cfg = _cfg_org; SendMessage(g_Globals._hwndDesktopBar, PM_REFRESH_CONFIG, 0, 0); break; default: return super::Notify(id, pnmh); } return 0; }