# HG changeset patch # User Claus Gittinger # Date 1243587428 -7200 # Node ID 80cb3ae254fa0cd81f1c9fa20a6e08d9da057d06 # Parent b69247f503b894ffbdbc04a157311293f695e6f9 *** empty log message *** diff -r b69247f503b8 -r 80cb3ae254fa UIPainter.st --- a/UIPainter.st Wed May 27 15:50:49 2009 +0200 +++ b/UIPainter.st Fri May 29 10:57:08 2009 +0200 @@ -4943,7 +4943,7 @@ answer == #create ifTrue:[^ self]. ] ifFalse:[ - (Dialog confirm:(resources string:'Browse the implementation of %1?')) ifFalse:[ + (Dialog confirm:(resources string:'Browse the implementation of "%1" ?' with:aspect)) ifFalse:[ ^ self. ]. ].