checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 28 Oct 1997 21:15:01 +0100
changeset 3065 bbf5a0fc865b
parent 3064 59c97d974936
child 3066 eb7489e8275a
checkin from browser
ClassDescr.st
ClassDescription.st
--- a/ClassDescr.st	Tue Oct 28 21:06:50 1997 +0100
+++ b/ClassDescr.st	Tue Oct 28 21:15:01 1997 +0100
@@ -424,9 +424,9 @@
                  If you continue in the debugger, the new method gets installed.
                  Otherwise, the existing (old) method remains valid.
 
-                 You can turn of the catching of redefinitions by setting
+                 You can turn off the catching of redefinitions by setting
                    CatchMethodRedefinitions to false
-                 (also found in the Launchers 'settings-misc' menu)
+                 (also found in the Launchers 'settings-compilation' menu)
                 "
                 (MethodRedefinitionSignal
                     raiseRequestWith:(oldMethod -> newMethod)
@@ -464,9 +464,9 @@
         self addChangeRecordForMethod:newMethod.
     ]
 
-    "Modified: 9.9.1996 / 22:39:32 / stefan"
-    "Modified: 4.6.1997 / 14:47:06 / cg"
-    "Created: 4.6.1997 / 14:47:10 / cg"
+    "Modified: / 9.9.1996 / 22:39:32 / stefan"
+    "Created: / 4.6.1997 / 14:47:10 / cg"
+    "Modified: / 28.10.1997 / 21:14:43 / cg"
 !
 
 basicAddSelector:newSelector withMethod:newMethod
@@ -2538,6 +2538,6 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ClassDescr.st,v 1.57 1997-10-28 18:20:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ClassDescr.st,v 1.58 1997-10-28 20:15:01 cg Exp $'
 ! !
 ClassDescription initialize!
--- a/ClassDescription.st	Tue Oct 28 21:06:50 1997 +0100
+++ b/ClassDescription.st	Tue Oct 28 21:15:01 1997 +0100
@@ -424,9 +424,9 @@
                  If you continue in the debugger, the new method gets installed.
                  Otherwise, the existing (old) method remains valid.
 
-                 You can turn of the catching of redefinitions by setting
+                 You can turn off the catching of redefinitions by setting
                    CatchMethodRedefinitions to false
-                 (also found in the Launchers 'settings-misc' menu)
+                 (also found in the Launchers 'settings-compilation' menu)
                 "
                 (MethodRedefinitionSignal
                     raiseRequestWith:(oldMethod -> newMethod)
@@ -464,9 +464,9 @@
         self addChangeRecordForMethod:newMethod.
     ]
 
-    "Modified: 9.9.1996 / 22:39:32 / stefan"
-    "Modified: 4.6.1997 / 14:47:06 / cg"
-    "Created: 4.6.1997 / 14:47:10 / cg"
+    "Modified: / 9.9.1996 / 22:39:32 / stefan"
+    "Created: / 4.6.1997 / 14:47:10 / cg"
+    "Modified: / 28.10.1997 / 21:14:43 / cg"
 !
 
 basicAddSelector:newSelector withMethod:newMethod
@@ -2538,6 +2538,6 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.57 1997-10-28 18:20:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.58 1997-10-28 20:15:01 cg Exp $'
 ! !
 ClassDescription initialize!