SetInspectorView.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 13170 c9b815af5777
--- a/SetInspectorView.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/SetInspectorView.st	Wed Feb 27 12:34:59 2013 +0000
@@ -50,7 +50,6 @@
 "
 ! !
 
-
 !SetInspectorView methodsFor:'menu'!
 
 fieldMenu
@@ -77,7 +76,6 @@
     "Modified: / 29.10.1997 / 03:41:47 / cg"
 ! !
 
-
 !SetInspectorView methodsFor:'private'!
 
 baseInspectedObjectClass
@@ -155,7 +153,6 @@
     ^ false
 ! !
 
-
 !SetInspectorView methodsFor:'user interaction'!
 
 doRemoveKey
@@ -207,13 +204,17 @@
 
 ! !
 
-
 !SetInspectorView class methodsFor:'documentation'!
 
 version
     ^ '$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.26 2012-10-22 22:23:59 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '$Id: SetInspectorView.st 8074 2012-11-30 17:23:39Z vranyj1 $'
 ! !