mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-15 16:11:25 +00:00
add mm to plist
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@38244 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6ff7f19613
commit
f4110f9817
1 changed files with 9 additions and 1 deletions
|
@ -41,10 +41,18 @@
|
|||
NSDocumentClass = PCClassDocument;
|
||||
NSHumanReadableName = "Objective C class file";
|
||||
NSIcon = ProjectCenter.editor/Resources/FileM.tiff;
|
||||
NSName = GSPClassType;
|
||||
NSName = GSClassType;
|
||||
NSRole = Editor;
|
||||
NSUnixExtensions = ( m );
|
||||
},
|
||||
{
|
||||
NSDocumentClass = PCClassDocument;
|
||||
NSHumanReadableName = "Objective C++ class file";
|
||||
NSIcon = ProjectCenter.editor/Resources/FileMM.tiff;
|
||||
NSName = GSClassType;
|
||||
NSRole = Editor;
|
||||
NSUnixExtensions = ( mm );
|
||||
},
|
||||
{
|
||||
NSDocumentClass = PCHeaderDocument;
|
||||
NSHumanReadableName = "C or Objective C header file";
|
||||
|
|
Loading…
Reference in a new issue