ContextInspectorView.st
branchjv
changeset 12401 4714b9640528
parent 12265 f1b3696cf042
parent 11630 767544a6b3f7
child 12431 9f0c59c742d5
--- a/ContextInspectorView.st	Tue Jan 22 12:24:41 2013 +0000
+++ b/ContextInspectorView.st	Wed Jan 30 11:15:09 2013 +0000
@@ -51,6 +51,7 @@
 "
 ! !
 
+
 !ContextInspectorView methodsFor:'accessing'!
 
 inspect:aContext
@@ -369,6 +370,7 @@
     "Modified: 14.12.1995 / 21:49:43 / cg"
 ! !
 
+
 !ContextInspectorView methodsFor:'initialization'!
 
 initialize
@@ -377,6 +379,7 @@
 
 ! !
 
+
 !ContextInspectorView methodsFor:'menu'!
 
 fieldMenu
@@ -457,6 +460,7 @@
     "Modified: / 20-07-2012 / 10:51:12 / cg"
 ! !
 
+
 !ContextInspectorView methodsFor:'private'!
 
 defaultLabel
@@ -626,6 +630,7 @@
     "Created: / 31.10.2001 / 09:17:45 / cg"
 ! !
 
+
 !ContextInspectorView methodsFor:'user actions'!
 
 doAccept:theText
@@ -669,16 +674,18 @@
     inspectedContext at:selectionIndex put:newValue.
 ! !
 
+
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.79 2012/07/20 09:22:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.79 2012-07-20 09:22:08 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.79 2012/07/20 09:22:08 cg Exp §'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.79 2012-07-20 09:22:08 cg Exp $'
 !
 
 version_SVN
     ^ '$Id: ContextInspectorView.st 8022 2012-07-25 09:51:30Z vranyj1 $'
 ! !
+