#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 04 May 2016 16:12:21 +0200
changeset 5700 dcfece192331
parent 5699 1ebb2d421c0d
child 5701 d2e38e774ffb
child 5702 b4a62021b2ab
#OTHER by cg class: DialogBox changed: #confirm:title: title was ignored.
DialogBox.st
--- a/DialogBox.st	Wed May 04 13:02:26 2016 +0200
+++ b/DialogBox.st	Wed May 04 16:12:21 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
@@ -1444,7 +1442,7 @@
 
     ^ self 
         confirm:aString
-        title:nil
+        title:title
         yesLabel:nil noLabel:nil
         initialAnswer:true