class: DialogBox
authorClaus Gittinger <cg@exept.de>
Wed, 12 Feb 2014 16:10:37 +0100
changeset 4882 45bc21eed561
parent 4881 62b2d163f985
child 4883 6eb7b0261532
class: DialogBox added: #requestPassword:initialAnswer: removed: #requestPassword:initialAnser:
DialogBox.st
--- a/DialogBox.st	Wed Feb 12 16:09:57 2014 +0100
+++ b/DialogBox.st	Wed Feb 12 16:10:37 2014 +0100
@@ -4725,7 +4725,7 @@
     "Created: 17.11.1995 / 09:45:21 / cg"
 !
 
-requestPassword:aString initialAnser:defaultAnswer
+requestPassword:aString initialAnswer:defaultAnswer
     "launch a Dialog, which allows user to enter something invisibly.
      Return the entered string (may be empty string) 
      or nil (if cancel was pressed)"
@@ -10067,11 +10067,11 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.350 2014-02-12 15:09:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.351 2014-02-12 15:10:37 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.350 2014-02-12 15:09:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.351 2014-02-12 15:10:37 cg Exp $'
 ! !