NewInspectorView.st
changeset 2298 d5467f85544f
parent 1213 6cf7a4c2dfce
child 2621 285fa261cbcb
--- a/NewInspectorView.st	Tue Feb 26 11:20:50 2008 +0100
+++ b/NewInspectorView.st	Tue Feb 26 11:25:37 2008 +0100
@@ -9,8 +9,7 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
+"{ Package: 'stx:libtool2' }"
 
 "{ NameSpace: NewInspector }"
 
@@ -43,7 +42,7 @@
 "
     a new (multipane) inspector;
     open with:
-        NewInspector::NewInspectorView inspect:someObject
+        NewInspector::NewInspectorView inspect:Object
 
     install as standard inspector:
         Smalltalk at:#Inspector put:(NewInspector::NewInspectorView)