| 43 | } |
| 44 | |
| 45 | static wxString InnerLink( const wxString &Key, const wxString& Text ) |
| 46 | { |
| 47 | return wxString(wxT("")) + |
| 48 | wxT("<a href='innerlink:") + |
| 49 | Key + |
| 50 | wxT("'>") + |
| 51 | Text + |
| 52 | wxT("</a>"); |
| 53 | } |
| 54 | |
| 55 | static wxString FileLink( const wxString &Key, const wxString& Text ) |
| 56 | { |