wordpad: Don't create maximized window.

oldstable
Alexander Nicolaysen Sørnes 2007-02-25 14:36:17 +01:00 committed by Alexandre Julliard
parent 557d69d187
commit 38ad04576e
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hOldInstance, LPSTR szCmdPar
hMainWnd = CreateWindowExW(0, wszMainWndClass, wszAppTitle, WS_OVERLAPPEDWINDOW,
CW_USEDEFAULT, CW_USEDEFAULT, 680, 260, NULL, NULL, hInstance, NULL);
ShowWindow(hMainWnd, SW_SHOWMAXIMIZED);
ShowWindow(hMainWnd, SW_SHOWDEFAULT);
HandleCommandLine(GetCommandLineW());