From 6f03428919489ee5c0e6842e880f268ff7aef01b Mon Sep 17 00:00:00 2001 From: Robert Naumann Date: Tue, 15 Sep 2015 07:26:09 +0000 Subject: [PATCH] [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 --- reactos/base/applications/notepad/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/applications/notepad/main.c b/reactos/base/applications/notepad/main.c index d679d08c0f9..1f9de21072e 100644 --- a/reactos/base/applications/notepad/main.c +++ b/reactos/base/applications/notepad/main.c @@ -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())