зеркало из https://github.com/mozilla/pjs.git
Show no-spellchecker-found dialog only if NETSCAPE_COMMERCIAL
This commit is contained in:
Родитель
993826f513
Коммит
082514a729
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче