Added icons and ChangeLog

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16622 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Stefan Urbanek 2003-05-04 12:27:38 +00:00
parent a0d18e6a62
commit 3e2a430899
5 changed files with 24 additions and 19 deletions

View file

@ -0,0 +1,8 @@
2003 May 4 Stefan Urbanek <urbanek@host.sk>
* Added application icon
2003 May 4 Stefan Urbanek <urbanek@host.sk>
* ChangeLog started

View file

@ -49,9 +49,10 @@ ScriptPapers_OBJC_FILES= \
ScriptPapers_LOCALIZED_RESOURCE_FILES= \
ScriptPapers.gorm \
Paper.gorm
ScriptPapers_RESOURCE_FILES = \
ScriptPapers_RESOURCE_FILES= \
Images/ScriptPaperFile.tiff \
Images/ScriptPapers.tiff
ADDITIONAL_OBJCFLAGS =

View file

@ -5,8 +5,6 @@
Written by: Stefan Urbanek
Date: 2002 Oct 10
This file is part of the Farmer application.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
@ -25,7 +23,7 @@
#import <AppKit/NSNibLoading.h>
@interface NSObject(AFNibLoading)
@interface NSObject(NibLoading)
- (BOOL)loadMyNibNamed:(NSString *)aName;
@end

View file

@ -5,8 +5,6 @@
Written by: Stefan Urbanek
Date: 2002 Oct 10
This file is part of the Farmer application.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
@ -27,9 +25,7 @@
#import <AppKit/NSPanel.h>
@class AFSimulation;
@implementation NSObject(AFNibLoading)
@implementation NSObject(NibLoading)
- (BOOL)loadMyNibNamed:(NSString *)aName
{
NSDictionary *dict;

View file

@ -1,20 +1,22 @@
{
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";
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";
NSTypes = (
NSIcon = ScriptPapers;
NSTypes = (
{
NSUnixExtensions = ("spaper");
NSName = "spaper";
NSHumanReadableName = "Script Paper";
NSMIMETypes = ("application/spaper");
NSIcon = spaper;
NSIcon = ScriptPaperFile;
NSRole = Editor;
NSDocumentClass = ScriptPaper;
}
);
);
}