Added group arg back for necko.

This commit is contained in:
warren%netscape.com 1999-06-29 00:31:02 +00:00
Родитель a78cd1e21b
Коммит 8ec724a5ef
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -199,11 +199,7 @@ MyLoadImage(char *aFileName)
if (gImageGroup == NULL) {
nsIDeviceContext *deviceCtx = gWindow->GetDeviceContext();
if (NS_NewImageGroup(&gImageGroup) != NS_OK ||
#ifndef NECKO
gImageGroup->Init(deviceCtx, nsnull) != NS_OK)
#else
gImageGroup->Init(deviceCtx) != NS_OK)
#endif // NECKO
{
::MessageBox(NULL, "Couldn't create image group",
class1Name, MB_OK);