mirror of
https://github.com/reactos/reactos.git
synced 2024-11-28 05:53:31 +08:00
[INTL] Broadcast a WM_SETTINGCHANGED message when settings have been changed.
This commit is contained in:
parent
497fe0a884
commit
bb209e9010
@ -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 New Issue
Block a user