Added new icons.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22692 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2006-03-21 03:42:51 +00:00
parent b6dc4e01ac
commit 7281aa2bfc
8 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,13 @@
2006-03-20 22:41 Gregory John Casamento <greg_casamento@yahoo.com>
* GNUmakefile: Added entries for new icons
* GormInfo.plist: Added entries for new icons
* Images/FileIcon_gmodel.tiff: Changed icon
* Images/GormFile.tiff: New icon
* Images/GormPalette.tiff: New icon
* Images/GormTesting.tiff: Changed icon
* Images/Gorm.tiff: Changed icon
2006-03-19 23:38 Gregory John Casamento <greg_casamento@yahoo.com>
* GormInfo.plist: Added 2006

View file

@ -80,6 +80,8 @@ Gorm_RESOURCE_FILES = \
Images/GormMVCoil.tiff \
Images/GormMVLine.tiff \
Images/Gorm.tiff \
Images/GormFile.tiff \
Images/GormPalette.tiff \
Images/leftalign_nib.tiff \
Images/rightalign_nib.tiff \
Images/centeralign_nib.tiff \

View file

@ -4,11 +4,15 @@
NSTypes = (
{
NSUnixExtensions = ( "gorm" );
NSIcon = "Gorm.tiff";
NSIcon = "GormFile.tiff";
},
{
NSUnixExtensions = ( "gmodel" );
NSIcon = "FileIcon_gmodel.tiff";
},
{
NSUnixExtensions = ( "palette" );
NSIcon = "GormPalette.tiff";
}
);
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";

Binary file not shown.

Binary file not shown.

BIN
Images/GormFile.tiff Normal file

Binary file not shown.

BIN
Images/GormPalette.tiff Normal file

Binary file not shown.

Binary file not shown.