mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[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:
@@ -587,7 +587,7 @@ int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE prev, LPTSTR cmdline, int sh
|
||||
MONITORINFO info;
|
||||
INT x, y;
|
||||
|
||||
static const TCHAR className[] = _T("NPClass");
|
||||
static const TCHAR className[] = _T("Notepad");
|
||||
static const TCHAR winName[] = _T("Notepad");
|
||||
|
||||
switch (GetUserDefaultUILanguage())
|
||||
|
||||
Reference in New Issue
Block a user