Change file type to allow opening of files.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@28358 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-06-17 22:00:44 +00:00
parent 7a09098880
commit 09bc065c63

View file

@ -32,7 +32,7 @@
NSDocumentClass = PCProjectDocument;
NSHumanReadableName = "GNUstep project";
NSIcon = FileProject.tiff;
NSName = GSPCFileType;
NSName = GSPCProjectFileType;
NSRole = Editor;
NSUnixExtensions = ( pcproj );
},