# HG changeset patch # User Claus Gittinger # Date 1441273889 -7200 # Node ID 3ba55c85ef87b89caf8752f771821a56e77c5ab8 # Parent 13df5b55f4cfa75b724054872dec307a0cee5867 class: Tools::ProjectCheckerBrowser changed: #setupHTMLView: diff -r 13df5b55f4cf -r 3ba55c85ef87 Tools__ProjectCheckerBrowser.st --- a/Tools__ProjectCheckerBrowser.st Thu Sep 03 11:51:13 2015 +0200 +++ b/Tools__ProjectCheckerBrowser.st Thu Sep 03 11:51:29 2015 +0200 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 2006 by eXept Software AG All Rights Reserved @@ -406,6 +408,7 @@ !ProjectCheckerBrowser methodsFor:'hooks'! setupHTMLView:aView + aView linkActionPerformer:self. aView painter leftMargin:20; topMargin:5. @@ -416,14 +419,14 @@ !ProjectCheckerBrowser class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools__ProjectCheckerBrowser.st,v 1.4 2013-03-30 19:07:38 cg Exp $' + ^ '$Header$' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/Tools__ProjectCheckerBrowser.st,v 1.4 2013-03-30 19:07:38 cg Exp $' + ^ '$Header$' ! version_SVN - ^ '§Id: Tools__ProjectCheckerBrowser.st 8024 2012-07-26 10:10:37Z vranyj1 §' + ^ '$Id$' ! !