#BUGFIX by stefan
authorStefan Vogel <sv@exept.de>
Tue, 10 Mar 2020 15:26:11 +0100
changeset 6240 b7d61c1bfe9e
parent 6239 b3225527a33d
child 6241 8de2ecadf40b
#BUGFIX by stefan class: FilenameWidgetWithHistory changed: #initialize
FilenameWidgetWithHistory.st
--- a/FilenameWidgetWithHistory.st	Mon Mar 09 18:53:11 2020 +0100
+++ b/FilenameWidgetWithHistory.st	Tue Mar 10 15:26:11 2020 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2007 by eXept Software AG
               All Rights Reserved
@@ -271,13 +273,14 @@
                                   bottomFraction:1 offset:0).
 
     self initializeBrowseButton.
-    browseButton adjust:(LayoutFrame
+    browseButton layout:(LayoutFrame
                                   leftFraction:1 offset:-22 
                                   rightFraction:1 offset:-2 
                                   topFraction:0 offset:0 
                                   bottomFraction:1 offset:0).
 
     "Modified: / 02-11-2010 / 19:50:33 / cg"
+    "Modified: / 10-03-2020 / 15:25:55 / Stefan Vogel"
 !
 
 initializeBrowseButton