ApplicationDefinition.st
changeset 9889 c480dd24d0b6
parent 9886 6574a17ca51e
child 9890 047b99b0334a
--- a/ApplicationDefinition.st	Thu Sep 14 19:58:15 2006 +0200
+++ b/ApplicationDefinition.st	Thu Sep 14 20:07:46 2006 +0200
@@ -166,6 +166,14 @@
 
     "Created: / 17-08-2006 / 20:52:48 / cg"
     "Modified: / 18-08-2006 / 16:16:01 / cg"
+!
+
+fileDescription
+    "Return a description string which will appear in nt.def / bc.def"
+
+    ^self description , ' Application'
+
+    "Created: / 14-09-2006 / 20:08:11 / cg"
 ! !
 
 !ApplicationDefinition class methodsFor:'file generation'!
@@ -1033,5 +1041,5 @@
 !ApplicationDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.28 2006-09-14 17:07:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.29 2006-09-14 18:07:46 cg Exp $'
 ! !