SetInspectorView.st
branchjv
changeset 12401 4714b9640528
parent 12308 5d9291c0fc27
parent 11894 968f5c4e9b41
child 12431 9f0c59c742d5
--- a/SetInspectorView.st	Tue Jan 22 12:24:41 2013 +0000
+++ b/SetInspectorView.st	Wed Jan 30 11:15:09 2013 +0000
@@ -50,6 +50,7 @@
 "
 ! !
 
+
 !SetInspectorView methodsFor:'menu'!
 
 fieldMenu
@@ -76,6 +77,7 @@
     "Modified: / 29.10.1997 / 03:41:47 / cg"
 ! !
 
+
 !SetInspectorView methodsFor:'private'!
 
 baseInspectedObjectClass
@@ -153,6 +155,7 @@
     ^ false
 ! !
 
+
 !SetInspectorView methodsFor:'user interaction'!
 
 doRemoveKey
@@ -204,12 +207,14 @@
 
 ! !
 
+
 !SetInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.26 2012/10/22 22:23:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.26 2012-10-22 22:23:59 cg Exp $'
 !
 
 version_SVN
     ^ '$Id: SetInspectorView.st 8074 2012-11-30 17:23:39Z vranyj1 $'
 ! !
+