FlyByWindowInformation.st
changeset 2352 ed9a6f37f85b
parent 2340 e51e52c8e849
child 2435 f803a14907b4
--- a/FlyByWindowInformation.st	Fri May 30 15:22:45 2008 +0200
+++ b/FlyByWindowInformation.st	Fri May 30 19:20:00 2008 +0200
@@ -109,7 +109,7 @@
         ].
 
 
-        s nextPutLine:('View: ' , aView class name).
+        s nextPutLine:('View: ' , aView class name, ' "',aView name printString,'"').
         modelToInspect notNil ifTrue:[
             s nextPutLine:('Model: ' , modelToInspect class name).
         ].