diff -r b134b5ad8d68 -r 0dbb17d42cbd BrowserView.st --- a/BrowserView.st Thu Oct 29 06:54:24 2015 +0100 +++ b/BrowserView.st Fri Oct 30 07:00:16 2015 +0100 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 1989 by Claus Gittinger All Rights Reserved @@ -8868,7 +8870,7 @@ box accepted ifTrue:[ self copyMethodsFromClass:class - category:(box aspectFor:#fieldValue) value + category:(box aspectValueFor:#fieldValue) ] ]