Tools__InlineMessageDialog.st
branchjv
changeset 16213 f667b5b42a11
parent 15808 e6815b0469a1
parent 16187 bfea78db303a
child 16445 6bc184e74f9c
--- a/Tools__InlineMessageDialog.st	Thu Mar 24 07:22:36 2016 +0000
+++ b/Tools__InlineMessageDialog.st	Sat Mar 26 07:59:34 2016 +0000
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  Copyright (c) 2007-2010 Jan Vrany, SWING Research Group, Czech Technical University in Prague
  Copyright (c) 2009-2010 eXept Software AG
@@ -636,20 +634,12 @@
 !
 
 progressHolder
-    <resource: #uiAspect>
-
     "automatically generated by UIPainter ..."
 
-    "*** the code below creates a default model when invoked."
-    "*** (which may not be the one you wanted)"
-    "*** Please change as required and accept it in the browser."
-    "*** (and replace this comment by something more useful ;-)"
+    <resource: #uiAspect>
 
     progressHolder isNil ifTrue:[
         progressHolder := ValueHolder new.
-"/ if your app needs to be notified of changes, uncomment one of the lines below:
-"/       progressHolder addDependent:self.
-"/       progressHolder onChangeSend:#progressHolderChanged to:self.
     ].
     ^ progressHolder.
 !