regedit: Use the correct window class name.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c39b87fff8
commit
6bca0abb68
|
@ -62,7 +62,7 @@ const WCHAR strClipboardFormat[] = {'T','O','D','O',':',' ','S','E','T',' ','C',
|
|||
|
||||
#define MAX_LOADSTRING 100
|
||||
WCHAR szTitle[MAX_LOADSTRING];
|
||||
const WCHAR szFrameClass[] = {'R','E','G','E','D','I','T','_','F','R','A','M','E',0};
|
||||
const WCHAR szFrameClass[] = {'R','e','g','E','d','i','t','_','R','e','g','E','d','i','t',0};
|
||||
const WCHAR szChildClass[] = {'R','E','G','E','D','I','T',0};
|
||||
|
||||
static BOOL InitInstance(HINSTANCE hInstance, int nCmdShow)
|
||||
|
|
Loading…
Reference in New Issue