mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
fix typos
svn path=/trunk/; revision=13329
This commit is contained in:
@@ -635,10 +635,10 @@ static void InitInstance(HINSTANCE hInstance)
|
||||
// register frame window class
|
||||
g_Globals._hframeClass = IconWindowClass(CLASSNAME_FRAME,IDI_EXPLORER);
|
||||
|
||||
// register child windows class
|
||||
// register child window class
|
||||
WindowClass(CLASSNAME_CHILDWND, CS_CLASSDC|CS_DBLCLKS|CS_VREDRAW).Register();
|
||||
|
||||
// register tree windows class
|
||||
// register tree window class
|
||||
WindowClass(CLASSNAME_WINEFILETREE, CS_CLASSDC|CS_DBLCLKS|CS_VREDRAW).Register();
|
||||
|
||||
g_Globals._cfStrFName = RegisterClipboardFormat(CFSTR_FILENAME);
|
||||
|
||||
Reference in New Issue
Block a user