Skip to content

Commit

Permalink
Adjusted documentation path
Browse files Browse the repository at this point in the history
Apparently, haikuporter's $docDir isn't just B_SYSTEM_DOCUMENTATION_DIRECTORY,
but B_SYSTEM_DOCUMENTATION_DIRECTORY/packages/$portName...
  • Loading branch information
Humdinger committed Jan 2, 2017
1 parent df8e10f commit a333b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/BurnWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ BurnWindow::_OpenHelp()
BEntry entry;

status_t error = pathFinder.FindPaths(B_FIND_PATH_DOCUMENTATION_DIRECTORY,
"BurnItNow", paths);
"packages/burnitnow", paths);

for (int i = 0; i < paths.CountStrings(); ++i) {
if (error == B_OK && path.SetTo(paths.StringAt(i)) == B_OK
Expand Down

0 comments on commit a333b49

Please sign in to comment.