Ticket #1146 (closed defect: fixed)
Regression in opening local help
| Reported by: | nielsm | Owned by: | nielsm |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1.9 |
| Component: | General | Version: | 2.1.8 |
| Severity: | minor | Keywords: | regression |
| Cc: | Platform: | All | |
| Sub Component: |
Description
r3953 changed the help calling code to supposedly open a local copy of the manual if it's available and otherwise try to open the online version. The code doesn't actually ever open the local copy because it checks for the "doc" directory being a readable file, which it's clearly not.
Change History
Note: See
TracTickets for help on using
tickets.

(In [4092]) Fix help file search logic. Closes #1146.