[NOTEPAD] Use the correct class name for Notepad. Now we use the same as Wine and Windows. Patch by Ricardo Hanke CORE-5629

svn path=/trunk/; revision=69235
This commit is contained in:
Robert Naumann 2015-09-15 07:26:09 +00:00
parent 0a920bbf3b
commit 6f03428919

View file

@ -587,7 +587,7 @@ int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE prev, LPTSTR cmdline, int sh
MONITORINFO info; MONITORINFO info;
INT x, y; INT x, y;
static const TCHAR className[] = _T("NPClass"); static const TCHAR className[] = _T("Notepad");
static const TCHAR winName[] = _T("Notepad"); static const TCHAR winName[] = _T("Notepad");
switch (GetUserDefaultUILanguage()) switch (GetUserDefaultUILanguage())