add obj-c++ icon resource and associate it in the editor

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@38625 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2015-06-12 13:37:44 +00:00
parent fdae99568e
commit 9fb7764ebc
2 changed files with 3 additions and 2 deletions

View file

@ -30,6 +30,7 @@ ProjectCenter_RESOURCE_FILES= \
Resources/FileHH.tiff \
Resources/FileM.tiff \
Resources/FileMH.tiff \
Resources/FileMM.tiff \
Resources/LineJumper.gorm
#

View file

@ -1,8 +1,8 @@
{
Type = "Parser";
Name = "ProjectCenter";
Description = "Parser for C and ObjectiveC language";
Description = "Parser for C and ObjectiveC/ObjectiveC++ language";
PrincipalClassName = "PCParser";
FileTypes = (C,c,m,M,h,H,cc,CC);
FileTypes = (C,c,m,M,h,H,cc,CC,mm);
ProvidesBrowserItems = YES;
}