mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 21:20:49 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14172 72102866-910b-0410-8b05-ffd578937521
10 lines
175 B
Text
10 lines
175 B
Text
NSExtensions = {};
|
|
NSPrincipalClass = NSApplication;
|
|
NSServices =
|
|
(
|
|
{
|
|
NSExecutable = GSspell;
|
|
NSLanguages = (AmericanEnglish);
|
|
NSSpellChecker = GNU;
|
|
}
|
|
);
|