mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-20 09:30:59 +00:00
some GWorkspace additions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7923 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8e5f79c4e7
commit
6aa26d3356
1 changed files with 20 additions and 0 deletions
|
@ -1,4 +1,24 @@
|
|||
{
|
||||
NSIcon = "ProjectCenter.tiff";
|
||||
NSRole = "Editor";
|
||||
NSTypes = (
|
||||
{
|
||||
NSUnixExtensions = ( "project" );
|
||||
NSIcon = "ProjectCenter.tiff";
|
||||
},
|
||||
{
|
||||
NSUnixExtensions = ( "m" );
|
||||
NSIcon = "FileIcon_.m.tiff";
|
||||
},
|
||||
{
|
||||
NSUnixExtensions = ( "h" );
|
||||
NSIcon = "FileIcon_.h.tiff";
|
||||
},
|
||||
{
|
||||
NSUnixExtensions = ( "c" );
|
||||
NSIcon = "FileIcon_.c.tiff";
|
||||
}
|
||||
);
|
||||
NOTE = "Automatically generated, do not edit!";
|
||||
ApplicationName = "ProjectCenter";
|
||||
ApplicationDescription = "GNUstep IDE";
|
||||
|
|
Loading…
Reference in a new issue