mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 06:31:31 +00:00
Enable Obj-C++ extension
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@38621 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6f7585f7a4
commit
5abf1258c2
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
Type = "Editor";
|
||||
Name = "ProjectCenter";
|
||||
Description = "Default ProjectCenter code editor (C, ObjectiveC, C++ files)";
|
||||
Description = "Default ProjectCenter code editor (C, ObjectiveC, ObjectiveC++, C++ files)";
|
||||
PrincipalClassName = "PCEditor";
|
||||
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