#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:31:31 +0100
changeset 5957 5c9519dcd2d1
parent 5956 649159a0d63a
child 5958 138b25592837
#DOCUMENTATION by cg class: PopUpList comment/format in: #selection:
PopUpList.st
--- a/PopUpList.st	Fri Nov 04 16:31:22 2016 +0100
+++ b/PopUpList.st	Fri Nov 04 16:31:31 2016 +0100
@@ -571,7 +571,7 @@
         newLabel := (menuLabels at:index) printString
     ].
 
-    "kludge: dont want label to resize ..."
+    "kludge: don't want label to resize ..."
 
     self label:newLabel suppressResize:true.