Adding changes necessary to use the icon by Andrew Lindesay as the file icon

for .gmodel files.  Patch submitted by Rob Burns.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16670 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-05-08 04:56:10 +00:00
parent fe43fc2f1f
commit b0c1c7c958
4 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2003-05-07 Gregory John Casamento <greg_casamento@yahoo.com>
Applied patch submitted by Rob Burns
* GNUmakefile: Added FileIcon_gmodel.tiff.
* GormInfo.plist: Added FileIcon_gmodel.tiff as default
icon for gmodel files.
2003-04-30 Adam Fedor <fedor@gnu.org>
* Palettes/*/GNUmakefile: Set *_STANDARD_INSTALL=no to not install

View file

@ -107,6 +107,7 @@ Gorm_RESOURCE_FILES = \
Images/GormOutlet.tiff \
Images/GormActionSelected.tiff \
Images/GormOutletSelected.tiff \
Images/FileIcon_gmodel.tiff \
Resources/GormViewSizeInspector.gorm \
Resources/GormCustomClassInspector.gorm \
Resources/GormSoundInspector.gorm \

View file

@ -5,6 +5,10 @@
{
NSUnixExtensions = ( "gorm" );
NSIcon = "Gorm.tiff";
},
{
NSUnixExtensions = ( "gmodel" );
NSIcon = "FileIcon_gmodel.tiff";
}
);
ApplicationDescription = "Gorm";

BIN
Images/FileIcon_gmodel.tiff Executable file

Binary file not shown.