#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 28 Jun 2019 09:06:10 +0200
changeset 6077 bec4ab33c999
parent 6076 e32451ae0577
child 6078 08c9e2a47dc5
#OTHER by cg self class name -> self className
NoteBookView.st
--- a/NoteBookView.st	Wed Jun 26 23:31:24 2019 +0200
+++ b/NoteBookView.st	Fri Jun 28 09:06:10 2019 +0200
@@ -1975,10 +1975,12 @@
         recv notNil ifTrue:[
             menu receiver:recv
         ] ifFalse:[
-            Transcript showCR:('%1 : Menu has no receiver' bindWith:(self class name)).
+            Transcript showCR:('%1 : Menu has no receiver' bindWith:(self className)).
         ]
     ].
     self startUpMenu:menu
+
+    "Modified: / 28-06-2019 / 09:05:37 / Claus Gittinger"
 !
 
 buttonRelease:button x:x y:y