#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 06 Mar 2020 21:39:24 +0100
changeset 6840 a696d5bd8802
parent 6839 58687d2b8474
child 6841 799ffdc111c0
#REFACTORING by cg class: DialogBox class changed: #information:title: #informationText:title: #informationText:title:windowTitle: #warn:title:
DialogBox.st
--- 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