diff -r ee43ce83094d -r d5467f85544f NewInspectorView.st --- 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)