# HG changeset patch # User Claus Gittinger # Date 1212168000 -7200 # Node ID ed9a6f37f85b5b90219a4373443fce34d5115591 # Parent ac44cbdf95c767970b53d33a92fd395d4dfe39ec *** empty log message *** 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). ].