diff -r ac44cbdf95c7 -r ed9a6f37f85b 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). ].