TextView.st
changeset 6282 bd0d311af082
parent 6269 49be8ecf8afa
child 6286 05d5d5f8bc54
--- a/TextView.st	Mon Jan 29 14:31:26 2018 +0100
+++ b/TextView.st	Mon Jan 29 14:45:49 2018 +0100
@@ -4943,10 +4943,12 @@
 !
 
 hasSelectionForCopy
-    "return true, if there is a selection which can be copyied
+    "return true, if there is a selection which can be copied
      (the same as #hasSelection, except for editfields in password-mode)"
 
     ^ self hasSelection
+
+    "Modified (comment): / 29-01-2018 / 14:42:52 / mawalch"
 !
 
 hasSelectionWithinSingleLine