Show
Ignore:
Timestamp:
10/28/07 23:43:05 (1 year ago)
Author:
daboo
Message:

Keychain support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/Sources_Common/Plugins/General/CPluginManager.cp

    r19 r114  
    208208                                        break; 
    209209                                case CPlugin::ePluginSpelling: 
    210                                         // Only allow Spellex plugin with this version 
    211                                         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")) 
    212212                                                mSpellingPlugin = static_cast<CSpellPlugin*>(actual_plugin); 
    213213                                        break;