mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 06:31:31 +00:00
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:
parent
fdae99568e
commit
9fb7764ebc
2 changed files with 3 additions and 2 deletions
|
@ -30,6 +30,7 @@ ProjectCenter_RESOURCE_FILES= \
|
|||
Resources/FileHH.tiff \
|
||||
Resources/FileM.tiff \
|
||||
Resources/FileMH.tiff \
|
||||
Resources/FileMM.tiff \
|
||||
Resources/LineJumper.gorm
|
||||
|
||||
#
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue