NoteBookView.st
changeset 5476 e2896d2e4d7b
parent 5441 708bcaa1bcb3
child 5540 a386bd11703d
--- a/NoteBookView.st	Mon Feb 13 20:49:18 2017 +0100
+++ b/NoteBookView.st	Mon Feb 13 20:49:20 2017 +0100
@@ -1951,7 +1951,7 @@
 !
 
 buttonRelease:button x:x y:y
-    "a button is released; see if its the destroyTab button"
+    "a button is released; see if it's the destroyTab button"
     |tab idx isDestroyAction|
 
     enabled     ifFalse:[ ^ self ].
@@ -1995,6 +1995,8 @@
     shown ifTrue:[
         self pushEvent:#updateFocusView.
     ].
+
+    "Modified (comment): / 13-02-2017 / 20:27:20 / cg"
 !
 
 keyPress:aKey x:x y:y