[PATCH 1/3] regedit: Use the correct window class name

Hugh McMaster hugh.mcmaster at outlook.com
Thu Apr 19 08:21:24 CDT 2018


Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>

---
 programs/regedit/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/regedit/main.c b/programs/regedit/main.c
index 460a951ff4..19d720d4d2 100644
--- a/programs/regedit/main.c
+++ b/programs/regedit/main.c
@@ -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)
-- 
2.17.0




More information about the wine-devel mailing list