mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16622 72102866-910b-0410-8b05-ffd578937521
22 lines
727 B
Text
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;
|
|
}
|
|
);
|
|
}
|