mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
fix identation bug in 18016
svn path=/trunk/; revision=18018
This commit is contained in:
parent
081b39d0ef
commit
ea0f14b310
1 changed files with 6 additions and 6 deletions
|
@ -376,12 +376,12 @@ int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE prev, LPSTR cmdline, int show)
|
|||
|
||||
while (GetMessage(&msg, 0, 0, 0))
|
||||
{
|
||||
if (!IsDialogMessage(Globals.hFindReplaceDlg, &msg) &&
|
||||
!TranslateAccelerator(Globals.hMainWnd, hAccel, &msg))
|
||||
{
|
||||
TranslateMessage(&msg);
|
||||
DispatchMessage(&msg);
|
||||
}
|
||||
if (!IsDialogMessage(Globals.hFindReplaceDlg, &msg) &&
|
||||
!TranslateAccelerator(Globals.hMainWnd, hAccel, &msg))
|
||||
{
|
||||
TranslateMessage(&msg);
|
||||
DispatchMessage(&msg);
|
||||
}
|
||||
}
|
||||
return msg.wParam;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue