DialogBox.st
changeset 5191 dae927f4f9c2
parent 5091 f69c39e3dc9e
child 5242 2fce587be425
--- a/DialogBox.st	Fri Nov 28 11:00:17 2014 +0100
+++ b/DialogBox.st	Fri Nov 28 13:35:28 2014 +0100
@@ -6270,7 +6270,7 @@
 !
 
 requestClass:aString okLabel:okLabel initialAnswer:initial
-    "launch a Dialog, which allows user to enter an existing classes name.
+    "launch a Dialog, which allows user to enter an existing class's name.
      Return the entered class or nil (if cancel was pressed).
      The entryField does classNameCompletion on TAB."
 
@@ -10250,11 +10250,11 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.359 2014-07-03 16:37:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.360 2014-11-28 12:35:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.359 2014-07-03 16:37:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.360 2014-11-28 12:35:28 cg Exp $'
 ! !