ProjectView.st
changeset 796 b8edcbceaa18
parent 692 59a7cd5ff1b5
child 893 39307a122c30
--- a/ProjectView.st	Tue Oct 22 22:29:27 1996 +0200
+++ b/ProjectView.st	Wed Oct 23 00:22:50 1996 +0200
@@ -17,7 +17,7 @@
 	category:'Interface-Smalltalk'
 !
 
-!ProjectView  class methodsFor:'documentation'!
+!ProjectView class methodsFor:'documentation'!
 
 copyright
 "
@@ -69,7 +69,7 @@
 "
 ! !
 
-!ProjectView  class methodsFor:'instance creation'!
+!ProjectView class methodsFor:'instance creation'!
 
 for:aProject
     |newView|
@@ -565,7 +565,7 @@
                         title:'project classes' 
                         backTo:#none.
 
-        XtHTML openFullOnText:html inDirectory:(XtHTML documentFileFor:'')
+        HTMLDocumentView openFullOnText:html
     ]
 
     "Created: 11.4.1996 / 19:29:50 / cg"
@@ -608,8 +608,8 @@
     ]
 ! !
 
-!ProjectView  class methodsFor:'documentation'!
+!ProjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ProjectView.st,v 1.31 1996-08-17 09:07:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ProjectView.st,v 1.32 1996-10-22 22:22:50 cg Exp $'
 ! !