Create MRJConsole even in 4.X build.

This commit is contained in:
beard%netscape.com 2000-09-19 00:00:27 +00:00
Родитель f8c65dad72
Коммит 92c7e953f8
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -276,13 +276,11 @@ NS_METHOD MRJPlugin::Initialize()
mThreadManager->GetCurrentThread(&mPluginThreadID);
}
#ifndef MRJPLUGIN_4X
// create a console, only if there's user interface for it.
if (thePluginManager2 != NULL) {
mConsole = new MRJConsole(this);
mConsole->AddRef();
}
#endif
return result;
}