EnterBox.st
changeset 3586 8ca9325e2159
parent 3329 361712c7eade
child 3608 1befa7fdb7aa
--- a/EnterBox.st	Tue Apr 22 12:53:50 2008 +0200
+++ b/EnterBox.st	Tue Apr 22 12:55:27 2008 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libwidg' }"
 
 DialogBox subclass:#EnterBox
@@ -675,7 +674,7 @@
     "set the title, set password mode, open the box and return the entered string 
      or cancelValue, if abort was pressed"
 
-    enterField passwordCharacter:$*.
+    enterField bePassword.
     ^ self request:title onCancel:cancelValue
 
     "Modified: 27.1.1996 / 14:34:07 / cg"
@@ -704,5 +703,5 @@
 !EnterBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.60 2006-08-20 18:46:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.61 2008-04-22 10:55:27 cg Exp $'
 ! !