Minor correction in the file name of the help tree.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2015-03-09 23:13:15 +00:00
parent 7e2def7ef5
commit 4cfec7232f
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ GrafoscopioBrowser >> openHelpInGrafoscopio [
| currentChildren |
GrafoscopioBrowser configureSettings.
workingFile := (FileSystem disk workingDirectory parent / 'Docs/Es/Manual/manual-grafoscopio.ston') asFileReference.
workingFile := (FileSystem disk workingDirectory parent / 'Docs' / 'Es' / 'Manual' / 'manual-grafoscopio.ston') asFileReference.
currentChildren := (STON fromString: workingFile contents).
self buildBrowserNamed: workingFile basenameWithIndicator.
mainTree := GrafoscopioNode new