ApplicationModel.st
changeset 4063 31ea26b7f26e
parent 4059 612726a08954
child 4076 96e3effb62a6
--- a/ApplicationModel.st	Wed Feb 07 12:07:50 2018 +0100
+++ b/ApplicationModel.st	Wed Feb 07 15:42:29 2018 +0100
@@ -4141,7 +4141,9 @@
 
 openDocumentationFile:aFilename
     HTMLDocumentView notNil ifTrue:[
-	HTMLDocumentView openFullOnDocumentationFile:aFilename.
+        HTMLDocumentView 
+            openFullOnDocumentationFile:aFilename 
+            searchIn:{ (self class packageDirectory / 'doc/online') }.
     ].
 !