fixed bug in loading one of the icons where the handle to load from was never

specified.
This commit is contained in:
michaelp%netscape.com 1998-08-19 21:05:50 +00:00
Родитель 58241d2492
Коммит 72d75a478f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1107,7 +1107,7 @@ void nsWindow::SetCursor(nsCursor aCursor)
break;
case eCursor_arrow_north_plus:
hm = ::GetModuleHandle(DLLNAME(NS_DLLNAME));
newCursor = ::LoadCursor(hm, MAKEINTRESOURCE(IDC_ARROWNORTHPLUS));
break;