#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Tue, 09 Jul 2019 20:53:39 +0200
changeset 6083 7a2c0a30e75c
parent 6082 96c1001f95ef
child 6084 5ecaeb8b7e5f
#REFACTORING by exept class: NoteBookView changed: #buttonPress:x:y: Transcript showCR:(... bindWith:...) -> Transcript showCR:... with:...
NoteBookView.st
--- a/NoteBookView.st	Tue Jul 09 20:11:33 2019 +0200
+++ b/NoteBookView.st	Tue Jul 09 20:53:39 2019 +0200
@@ -1975,7 +1975,7 @@
         recv notNil ifTrue:[
             menu receiver:recv
         ] ifFalse:[
-            Transcript showCR:('%1 : Menu has no receiver' bindWith:(self className)).
+            Transcript showCR:'%1 : Menu has no receiver' with:(self className).
         ]
     ].
     self startUpMenu:menu