Skip to content

Commit

Permalink
Fix docs path
Browse files Browse the repository at this point in the history
Apparently haikuporter creates all lowercase folder names...
  • Loading branch information
Humdinger committed Apr 25, 2023
1 parent d415106 commit 4c7174d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@ MainWindow::_OpenHelp()
BEntry entry;

status_t error = pathFinder.FindPaths(B_FIND_PATH_DOCUMENTATION_DIRECTORY,
"packages/ffmpegGUI", paths);
"packages/ffmpeggui", 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 4c7174d

Please sign in to comment.