Show no-spellchecker-found dialog only if NETSCAPE_COMMERCIAL

This commit is contained in:
akkana%netscape.com 1998-10-02 22:15:23 +00:00
Родитель 993826f513
Коммит 082514a729
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -336,10 +336,12 @@ XFE_SpellHandler::initSpellChecker()
if (m_spellCheckerLib == NULL)
{
#ifdef DEBUG_akkana
printf("Couldn't find library NSSpellChecker\n");
#ifdef DEBUG
printf("Couldn't find library %s\n", libname);
#endif
#ifdef NETSCAPE_COMMERCIAL
FE_Alert(m_context, XP_GetString(NO_SPELL_SHLIB_FOUND));
#endif
m_active = 0;
return;
}