*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 30 May 2008 19:20:00 +0200
changeset 2352 ed9a6f37f85b
parent 2351 ac44cbdf95c7
child 2353 13774605a1a7
*** empty log message ***
FlyByWindowInformation.st
--- 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).
         ].