InspectorView.st
changeset 111 b4ef3e799345
parent 110 570a38362ae1
child 128 6eb4cc559360
--- a/InspectorView.st	Thu Aug 10 15:14:54 1995 +0200
+++ b/InspectorView.st	Thu Aug 10 20:38:26 1995 +0200
@@ -24,7 +24,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.27 1995-08-10 13:14:22 claus Exp $
+$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.28 1995-08-10 18:37:52 claus Exp $
 '!
 
 !InspectorView class methodsFor:'documentation'!
@@ -45,8 +45,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.27 1995-08-10 13:14:22 claus Exp $
-$Revision: 1.27 $
+$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.28 1995-08-10 18:37:52 claus Exp $
 "
 !
 
@@ -138,7 +137,8 @@
 labelFor:anObject
     "return the windowLabel to use in my topView, when inspecting anObject."
 
-    ^ ClassResources string:'Inspector on: %1' with:(self labelNameFor:anObject)
+    ^ self classResources 
+	string:'Inspector on: %1' with:(self labelNameFor:anObject)
 !
 
 labelNameFor:anObject