ContextInspectorView.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 12459 7899fe07efd7
--- a/ContextInspectorView.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/ContextInspectorView.st	Wed Feb 27 12:34:59 2013 +0000
@@ -51,7 +51,6 @@
 "
 ! !
 
-
 !ContextInspectorView methodsFor:'accessing'!
 
 inspect:aContext
@@ -370,7 +369,6 @@
     "Modified: 14.12.1995 / 21:49:43 / cg"
 ! !
 
-
 !ContextInspectorView methodsFor:'initialization'!
 
 initialize
@@ -379,7 +377,6 @@
 
 ! !
 
-
 !ContextInspectorView methodsFor:'menu'!
 
 fieldMenu
@@ -460,7 +457,6 @@
     "Modified: / 20-07-2012 / 10:51:12 / cg"
 ! !
 
-
 !ContextInspectorView methodsFor:'private'!
 
 defaultLabel
@@ -630,7 +626,6 @@
     "Created: / 31.10.2001 / 09:17:45 / cg"
 ! !
 
-
 !ContextInspectorView methodsFor:'user actions'!
 
 doAccept:theText
@@ -674,7 +669,6 @@
     inspectedContext at:selectionIndex put:newValue.
 ! !
 
-
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
@@ -685,6 +679,11 @@
     ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.79 2012-07-20 09:22:08 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '$Id: ContextInspectorView.st 8022 2012-07-25 09:51:30Z vranyj1 $'
 ! !