ui.backend.windows: fix icon name

release
Slava Pestov 2010-04-11 15:03:38 -05:00
parent 328068b480
commit 1881476892
1 changed files with 1 additions and 1 deletions

2
basis/ui/backend/windows/windows.factor Normal file → Executable file
View File

@ -633,7 +633,7 @@ M: windows-ui-backend do-events
0 >>cbClsExtra
0 >>cbWndExtra
f GetModuleHandle >>hInstance
f GetModuleHandle "fraptor" utf16n string>alien LoadIcon >>hIcon
f GetModuleHandle "APPICON" utf16n string>alien LoadIcon >>hIcon
f IDC_ARROW LoadCursor >>hCursor
class-name-ptr >>lpszClassName