plugins/c_ext/c_ext.py
changeset 106 9810689febb0
parent 105 434aed8dc58d
child 137 187a4e2412e5
--- a/plugins/c_ext/c_ext.py	Thu Feb 21 11:42:33 2008 +0100
+++ b/plugins/c_ext/c_ext.py	Fri Feb 22 12:20:21 2008 +0100
@@ -157,7 +157,7 @@
     
 class RootClass:
 
-    PlugChildsTypes = [("C_File",_Cfile)]
+    PlugChildsTypes = [("C_File",_Cfile, "C file")]
     
     def PlugGenerate_C(self, buildpath, locations, logger):
         return [],"",False