notepad: Increase the text limit.

This commit is contained in:
Kusanagi Kouichi 2010-02-10 19:54:42 +09:00 committed by Alexandre Julliard
parent fab57fe018
commit 3b6c20e486
1 changed files with 1 additions and 0 deletions

View File

@ -536,6 +536,7 @@ static LRESULT WINAPI NOTEPAD_WndProc(HWND hWnd, UINT msg, WPARAM wParam,
Globals.hFont = CreateFontIndirectW(&Globals.lfFont);
SendMessageW(Globals.hEdit, WM_SETFONT, (WPARAM)Globals.hFont, FALSE);
SendMessageW(Globals.hEdit, EM_LIMITTEXT, 0, 0);
break;
}