ContextInspectorView.st
changeset 645 16a618dcbb43
parent 510 6543e55fb227
child 647 1791ceddf2ef
--- a/ContextInspectorView.st	Fri Jun 28 15:51:15 1996 +0200
+++ b/ContextInspectorView.st	Fri Jun 28 15:54:40 1996 +0200
@@ -17,7 +17,7 @@
 	category:'Interface-Inspector'
 !
 
-!ContextInspectorView class methodsFor:'documentation'!
+!ContextInspectorView  class methodsFor:'documentation'!
 
 copyright
 "
@@ -279,7 +279,7 @@
 
     ^ values at:lineNr.
 
-    "Modified: 15.12.1995 / 00:11:28 / cg"
+    "Modified: 28.6.1996 / 15:23:15 / cg"
 ! !
 
 !ContextInspectorView methodsFor:'user actions'!
@@ -315,8 +315,8 @@
     "Modified: 14.12.1995 / 19:24:49 / cg"
 ! !
 
-!ContextInspectorView class methodsFor:'documentation'!
+!ContextInspectorView  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.23 1996-04-25 16:32:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.24 1996-06-28 13:54:29 cg Exp $'
 ! !