*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 20 Aug 2006 20:32:19 +0200
changeset 9599 2554c41cdb7c
parent 9598 83f8c8faeef3
child 9600 75769f852da0
*** empty log message ***
ProjectDefinition.st
--- a/ProjectDefinition.st	Sun Aug 20 20:29:03 2006 +0200
+++ b/ProjectDefinition.st	Sun Aug 20 20:32:19 2006 +0200
@@ -518,7 +518,7 @@
 description
     "Returns a description string which will appear in nt.def / bc.def"
 
-    self subclassResponsibility
+    ^ self name
 
     "Created: / 08-08-2006 / 11:15:01 / fm"
     "Modified: / 17-08-2006 / 20:53:34 / cg"
@@ -1522,5 +1522,5 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.19 2006-08-18 17:24:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.20 2006-08-20 18:32:19 cg Exp $'
 ! !