| 53 | } |
| 54 | |
| 55 | static wxString FileLink( const wxString &Key, const wxString& Text ) |
| 56 | { |
| 57 | return wxString(wxT("")) + |
| 58 | wxT("<a href='") + |
| 59 | wxT("file:") + |
| 60 | FileNames::HtmlHelpDir() + |
| 61 | Key + |
| 62 | wxT("'>") + |
| 63 | Text + |
| 64 | wxT("</a>"); |
| 65 | } |
| 66 | |
| 67 | static wxString TypedLink( const wxString &Key, const wxString& Text ) |
| 68 | { |