Lotsa minor bug fixes

git-svn-id: svn://10.0.0.236/trunk@11227 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
1998-09-28 19:09:26 +00:00
parent 74ca811e83
commit 3dc6f3ec61
11 changed files with 289 additions and 244 deletions

View File

@@ -225,10 +225,12 @@ xfe_spell_destroy_cb (Widget , XtPointer , XtPointer )
/*static*/ PRLibrary* XFE_SpellHandler::m_spellCheckerLib = NULL;
/*static*/ XP_Bool XFE_SpellHandler::m_triedToLoad = FALSE;
XFE_SpellHandler::XFE_SpellHandler(MWContext* )
XFE_SpellHandler::XFE_SpellHandler(MWContext* context)
{
int i = 0;
m_context = context;
m_triedToLoad = FALSE;
m_active = FALSE;
@@ -337,6 +339,7 @@ XFE_SpellHandler::initSpellChecker()
#ifdef DEBUG_akkana
printf("Couldn't find library NSSpellChecker\n");
#endif
FE_Alert(m_context, XP_GetString(NO_SPELL_SHLIB_FOUND));
m_active = 0;
return;
}