libs-gui/Tools/GSspellInfo.plist
Gregory John Casamento 2543b6418b Corrected the implementation of some of the methods in NSSpellChecker and NSSpellServer. I also added a working spell checker which uses ispell.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10541 72102866-910b-0410-8b05-ffd578937521
2001-07-24 04:31:06 +00:00

10 lines
167 B
Text

NSExtensions = {};
NSPrincipalClass = NSApplication;
NSServices =
(
{
NSExecutable = GSspell;
NSLanguages = (English);
NSSpellChecker = GNU;
}
);