projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a920bb
)
[NOTEPAD] Use the correct class name for Notepad. Now we use the same as Wine and...
author
Robert Naumann
<gonzomdx@gmail.com>
Tue, 15 Sep 2015 07:26:09 +0000
(07:26 +0000)
committer
Robert Naumann
<gonzomdx@gmail.com>
Tue, 15 Sep 2015 07:26:09 +0000
(07:26 +0000)
svn path=/trunk/; revision=69235
reactos/base/applications/notepad/main.c
patch
|
blob
|
history
diff --git
a/reactos/base/applications/notepad/main.c
b/reactos/base/applications/notepad/main.c
index
d679d08
..
1f9de21
100644
(file)
--- 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("N
PClass
");
+ static const TCHAR className[] = _T("N
otepad
");
static const TCHAR winName[] = _T("Notepad");
switch (GetUserDefaultUILanguage())