#FEATURE
authorClaus Gittinger <cg@exept.de>
Fri, 25 Mar 2016 17:04:46 +0100
changeset 16187 bfea78db303a
parent 16186 aa2cd75d6b8d
child 16188 26fe162be79f
#FEATURE class: Tools::InlineMessageDialog comment/format in: #progressHolder
Tools__InlineMessageDialog.st
--- a/Tools__InlineMessageDialog.st	Fri Mar 25 17:04:36 2016 +0100
+++ b/Tools__InlineMessageDialog.st	Fri Mar 25 17:04:46 2016 +0100
@@ -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.
 !