libs-steptalk/Applications/ScriptPapers/ScriptPapersInfo.plist
Stefan Urbanek 3e2a430899 Added icons and ChangeLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16622 72102866-910b-0410-8b05-ffd578937521
2003-05-04 12:27:38 +00:00

22 lines
727 B
Text

{
ApplicationName = "Script Papers";
ApplicationDescription = "Application for writing script papers.";
ApplicationRelease = "0.1.0";
Authors = ("Stefan Urbanek <urbanek@host.sk>");
Copyright = "Copyright (c) 2003 Stefan Urbanek <urbanek@host.sk>";
CopyrightDescription = "This program is released under the GNU General Public License";
NSIcon = ScriptPapers;
NSTypes = (
{
NSUnixExtensions = ("spaper");
NSName = "spaper";
NSHumanReadableName = "Script Paper";
NSMIMETypes = ("application/spaper");
NSIcon = ScriptPaperFile;
NSRole = Editor;
NSDocumentClass = ScriptPaper;
}
);
}