notepad: Change window classname from NPClass to Notepad.

This commit is contained in:
Thomas Kho 2006-07-06 17:40:47 -05:00 committed by Alexandre Julliard
parent 6ce4833479
commit 0796fe256b
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE prev, LPSTR cmdline, int show)
MSG msg;
HACCEL hAccel;
WNDCLASSEX class;
static const WCHAR className[] = {'N','P','C','l','a','s','s',0};
static const WCHAR className[] = {'N','o','t','e','p','a','d',0};
static const WCHAR winName[] = {'N','o','t','e','p','a','d',0};
aFINDMSGSTRING = RegisterWindowMessage(FINDMSGSTRING);