*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 29 May 2009 10:57:08 +0200
changeset 2547 80cb3ae254fa
parent 2546 b69247f503b8
child 2548 c3ee3b652ef7
*** empty log message ***
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.
         ].
     ].