mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[INTL] Broadcast a WM_SETTINGCHANGED message when settings have been changed.
This commit is contained in:
parent
497fe0a884
commit
bb209e9010
1 changed files with 2 additions and 0 deletions
|
@ -219,6 +219,8 @@ Applet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam)
|
|||
psh.nStartPage = nPage;
|
||||
|
||||
ret = (LONG)(PropertySheet(&psh) != -1);
|
||||
if (ret > 0)
|
||||
SendMessageW(HWND_BROADCAST, WM_SETTINGCHANGE, 0, (LPARAM)L"intl");
|
||||
|
||||
HeapFree(GetProcessHeap(), 0, pGlobalData);
|
||||
|
||||
|
|
Loading…
Reference in a new issue