DialogBox.st
changeset 6840 a696d5bd8802
parent 6839 58687d2b8474
child 6841 799ffdc111c0
--- a/DialogBox.st	Fri Mar 06 21:38:50 2020 +0100
+++ b/DialogBox.st	Fri Mar 06 21:39:24 2020 +0100
@@ -1326,7 +1326,7 @@
 
     |currentScreen|
 
-"/    UserPreferences current suppressDialogBoxForWarnings ifTrue:[^ self].
+    UserPreferences current suppressDialogBoxForWarnings ifTrue:[^ self].
 
     ((currentScreen := Screen current) notNil and:[currentScreen nativeDialogs]) ifTrue:[
         ^ currentScreen 
@@ -1373,7 +1373,7 @@
 
     |dialog textHolder|
 
-"/    UserPreferences current suppressDialogBoxForWarnings ifTrue:[^ self].
+    UserPreferences current suppressDialogBoxForWarnings ifTrue:[^ self].
 
     textHolder := ValueHolder new.
     dialog := Dialog 
@@ -1397,7 +1397,7 @@
 
     |dialog textHolder|
 
-"/    UserPreferences current suppressDialogBoxForWarnings ifTrue:[^ self].
+    UserPreferences current suppressDialogBoxForWarnings ifTrue:[^ self].
 
     textHolder := ValueHolder new.
     dialog := Dialog 
@@ -1446,7 +1446,7 @@
 
     |currentScreen|
 
-"/    UserPreferences current suppressDialogBoxForWarnings ifTrue:[^ self].
+    UserPreferences current suppressDialogBoxForWarnings ifTrue:[^ self].
 
     ((currentScreen := Screen current) notNil and:[currentScreen nativeDialogs]) ifTrue:[
         ^ currentScreen