# HG changeset patch # User Claus Gittinger # Date 1219261100 -7200 # Node ID f95957b67073cf446d8a2bb36e1e68084592dfbd # Parent 50ce5026cb729f51120cac1410daaed9febfb8ef changed #openDocumentation diff -r 50ce5026cb72 -r f95957b67073 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//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 $' ! !