mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
fix typos
svn path=/trunk/; revision=13329
This commit is contained in:
parent
0fc75e8bd1
commit
002ed92443
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue