- Timestamp:
- 10/28/07 23:43:05 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/Plugins/General/CPluginManager.cp
r19 r114 208 208 break; 209 209 case CPlugin::ePluginSpelling: 210 // Only allow Spellexplugin with this version211 if (!HasSpelling() && actual_plugin->GetName().compare_start(" Spellex"))210 // Only allow CocoaSpeller plugin with this version 211 if (!HasSpelling() && actual_plugin->GetName().compare_start("CocoaSpeller")) 212 212 mSpellingPlugin = static_cast<CSpellPlugin*>(actual_plugin); 213 213 break;