mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:13:00 +00:00
- Activate default layout on startup
svn path=/trunk/; revision=34068
This commit is contained in:
parent
e8d6023ad5
commit
13ddc0ef07
1 changed files with 6 additions and 4 deletions
|
@ -395,6 +395,8 @@ WndProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam)
|
|||
AddTrayIcon(hwnd);
|
||||
hRightPopupMenu = GetSubMenu(LoadMenu(hInst, MAKEINTRESOURCE(IDR_POPUP)), 0);
|
||||
|
||||
ActivateLayout(hwnd, ulCurrentLayoutNum);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue