class: Tools::ProjectCheckerBrowser
authorClaus Gittinger <cg@exept.de>
Thu, 03 Sep 2015 11:51:29 +0200
changeset 15836 3ba55c85ef87
parent 15835 13df5b55f4cf
child 15837 95f2b67f68e8
class: Tools::ProjectCheckerBrowser changed: #setupHTMLView:
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$'
 ! !