mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-05-07 20:41:02 +00:00
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:
parent
b6dc4e01ac
commit
7281aa2bfc
8 changed files with 17 additions and 1 deletions
10
ChangeLog
10
ChangeLog
|
@ -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>
|
2006-03-19 23:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
* GormInfo.plist: Added 2006
|
* GormInfo.plist: Added 2006
|
||||||
|
|
|
@ -80,6 +80,8 @@ Gorm_RESOURCE_FILES = \
|
||||||
Images/GormMVCoil.tiff \
|
Images/GormMVCoil.tiff \
|
||||||
Images/GormMVLine.tiff \
|
Images/GormMVLine.tiff \
|
||||||
Images/Gorm.tiff \
|
Images/Gorm.tiff \
|
||||||
|
Images/GormFile.tiff \
|
||||||
|
Images/GormPalette.tiff \
|
||||||
Images/leftalign_nib.tiff \
|
Images/leftalign_nib.tiff \
|
||||||
Images/rightalign_nib.tiff \
|
Images/rightalign_nib.tiff \
|
||||||
Images/centeralign_nib.tiff \
|
Images/centeralign_nib.tiff \
|
||||||
|
|
|
@ -4,11 +4,15 @@
|
||||||
NSTypes = (
|
NSTypes = (
|
||||||
{
|
{
|
||||||
NSUnixExtensions = ( "gorm" );
|
NSUnixExtensions = ( "gorm" );
|
||||||
NSIcon = "Gorm.tiff";
|
NSIcon = "GormFile.tiff";
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
NSUnixExtensions = ( "gmodel" );
|
NSUnixExtensions = ( "gmodel" );
|
||||||
NSIcon = "FileIcon_gmodel.tiff";
|
NSIcon = "FileIcon_gmodel.tiff";
|
||||||
|
},
|
||||||
|
{
|
||||||
|
NSUnixExtensions = ( "palette" );
|
||||||
|
NSIcon = "GormPalette.tiff";
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
|
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
|
||||||
|
|
Binary file not shown.
BIN
Images/Gorm.tiff
BIN
Images/Gorm.tiff
Binary file not shown.
BIN
Images/GormFile.tiff
Normal file
BIN
Images/GormFile.tiff
Normal file
Binary file not shown.
BIN
Images/GormPalette.tiff
Normal file
BIN
Images/GormPalette.tiff
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue