libs-gui/Tools/GSspellInfo.plist
Gregory John Casamento d617658a43 Corrected some minor issues.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14172 72102866-910b-0410-8b05-ffd578937521
2002-07-18 04:42:37 +00:00

10 lines
175 B
Text

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