http://bugs.winehq.org/show_bug.cgi?id=8246
Hin-Tak Leung htl10@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #6088 is|0 |1 obsolete| | Attachment #11275|0 |1 is obsolete| |
--- Comment #22 from Hin-Tak Leung htl10@users.sourceforge.net 2008-03-10 16:27:09 --- Created an attachment (id=11306) --> (http://bugs.winehq.org/attachment.cgi?id=11306) patch 6109/11275 updated/enhanced for 0.9.57
This is identical to patch 11275, except with a one line addition:
index += 2; /* advance beyond "::" for calling NavigateToChm() later */
This corrects a tiny error in that part of patch 6109 which has since gone into wine itself (and therefore not in patch 11275): The index needs to go beyond the separator for the code to navigate to the right place in the help doc.
Screenshot to follow - I think it is functionally complete. There seems to be a windows parent-child problem somwhere, but that may or may not be a separate bug but has nothing to do with parsing help file content but windows management.