Project.st
changeset 3332 8014b817988b
parent 3288 373af30a15ca
child 3972 efc25c2863e9
--- a/Project.st	Sat Mar 07 14:38:15 1998 +0100
+++ b/Project.st	Sat Mar 07 14:39:10 1998 +0100
@@ -289,10 +289,10 @@
     and:[p ~~ SystemProject]) ifTrue:[
         p rememberOverwrittenMethod:newMethod from:oldMethod
     ] ifFalse:[
-        'Project [info]: DefaultProject does not remember overwritten methods' infoPrintCR
+"/        'Project [info]: DefaultProject does not remember overwritten methods' infoPrintCR
     ]
 
-    "Modified: 26.5.1997 / 16:04:15 / cg"
+    "Modified: / 7.3.1998 / 13:38:39 / cg"
 ! !
 
 !Project methodsFor:'accessing'!
@@ -1021,6 +1021,6 @@
 !Project class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.58 1998-02-16 14:06:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.59 1998-03-07 13:39:10 cg Exp $'
 ! !
 Project initialize!