#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Wed, 08 Feb 2017 00:50:49 +0100
changeset 17368 2065f601f1ea
parent 17367 aa2debba0129
child 17369 bdffc1b4b8b5
#REFACTORING by cg class: FindFileApplication changed: #initialize
FindFileApplication.st
--- a/FindFileApplication.st	Wed Feb 08 00:50:39 2017 +0100
+++ b/FindFileApplication.st	Wed Feb 08 00:50:49 2017 +0100
@@ -2056,12 +2056,15 @@
 !FindFileApplication methodsFor:'startup & release'!
 
 initialize
+    <modifier: #super> "must be called if redefined"
+
     super initialize.
 
     self enableStop value:false.
     self enableSearch value:true.
 
     "Created: / 12-01-2012 / 01:38:29 / cg"
+    "Modified: / 08-02-2017 / 00:27:53 / cg"
 !
 
 item:anItem