#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Mon, 31 Oct 2016 14:45:42 +0100
changeset 5940 4fe0f23d90b9
parent 5939 c22f1eec3ffd
child 5941 c38ea1820a2d
#FEATURE by cg class: DialogBox comment/format in: #withOptoutOption:labelled:warn:
DialogBox.st
--- a/DialogBox.st	Sun Oct 23 11:40:11 2016 +0200
+++ b/DialogBox.st	Mon Oct 31 14:45:42 2016 +0100
@@ -6255,7 +6255,10 @@
         do:[self warn:warnString]
 
     "
-     Dialog withOptoutOption:[Transcript flash] labelled:'opt out' warn:'some warning'.
+     Dialog 
+        withOptoutOption:[Transcript flash] 
+        labelled:'opt out' 
+        warn:'some warning'.
     "
 ! !