InspectorView.st
changeset 13258 f85c3cb5bfcc
parent 13246 82b532a7c4c5
child 13289 cc75e3cd0362
child 13527 b49478620933
--- a/InspectorView.st	Tue Jul 30 09:17:39 2013 +0200
+++ b/InspectorView.st	Tue Jul 30 09:45:25 2013 +0200
@@ -2678,9 +2678,9 @@
 !
 
 defaultLabel
-    ^ 'InstVars & Pseudo Slots'
-
-    "Modified: / 05-02-2011 / 14:06:26 / cg"
+    ^ 'Inst & Pseudo Slots'
+
+    "Modified: / 30-07-2013 / 09:40:52 / cg"
 !
 
 derivedFieldNames
@@ -3688,10 +3688,10 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.320 2013-07-29 23:36:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.321 2013-07-30 07:45:25 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.320 2013-07-29 23:36:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.321 2013-07-30 07:45:25 cg Exp $'
 ! !