changed #openDocumentation
authorClaus Gittinger <cg@exept.de>
Wed, 20 Aug 2008 21:38:20 +0200
changeset 8232 f95957b67073
parent 8231 50ce5026cb72
child 8233 e2f89abb11d9
changed #openDocumentation
Tools__ToDoListBrowser.st
--- a/Tools__ToDoListBrowser.st	Wed Aug 20 21:38:07 2008 +0200
+++ b/Tools__ToDoListBrowser.st	Wed Aug 20 21:38:20 2008 +0200
@@ -42,10 +42,6 @@
     ... executable example here ...
                                                                 [exEnd]
 "
-!
-
-history
-    "Created: / 21-10-2006 / 15:05:53 / cg"
 ! !
 
 !ToDoListBrowser class methodsFor:'class initialization'!
@@ -484,7 +480,7 @@
 !
 
 openDocumentation
-    HTMLDocumentView openFullOnDocumentationFile:'tools\misc\TOP.html#TODOLIST'.
+    HTMLDocumentView openFullOnDocumentationFile:'tools/misc/TOP.html#TODOLIST'.
 
     "/ add application-specific help files under the 'doc/online/<language>/help/appName'
     "/ directory, and open a viewer with:
@@ -607,5 +603,5 @@
 !ToDoListBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__ToDoListBrowser.st,v 1.14 2008-04-03 12:53:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__ToDoListBrowser.st,v 1.15 2008-08-20 19:38:20 cg Exp $'
 ! !