Author: rmottola
Date: Fri Jun 12 15:37:44 2015
New Revision: 38625

URL: http://svn.gna.org/viewcvs/gnustep?rev=38625&view=rev
Log:
add obj-c++ icon resource and associate it in the editor

Modified:
    apps/projectcenter/trunk/Modules/Editors/ProjectCenter/GNUmakefile
    apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/Resources/Info.table

Modified: apps/projectcenter/trunk/Modules/Editors/ProjectCenter/GNUmakefile
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Editors/ProjectCenter/GNUmakefile?rev=38625&r1=38624&r2=38625&view=diff
==============================================================================
--- apps/projectcenter/trunk/Modules/Editors/ProjectCenter/GNUmakefile  
(original)
+++ apps/projectcenter/trunk/Modules/Editors/ProjectCenter/GNUmakefile  Fri Jun 
12 15:37:44 2015
@@ -30,6 +30,7 @@
     Resources/FileHH.tiff \
     Resources/FileM.tiff \
     Resources/FileMH.tiff \
+    Resources/FileMM.tiff \
     Resources/LineJumper.gorm
 
 #

Modified: 
apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/Resources/Info.table
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/Resources/Info.table?rev=38625&r1=38624&r2=38625&view=diff
==============================================================================
--- apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/Resources/Info.table 
(original)
+++ apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/Resources/Info.table 
Fri Jun 12 15:37:44 2015
@@ -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;
 }


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to