Browse CVS Repository
Diff of /malonnote/mnFrame.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 162 |
|
|
| 163 |
const wxString* fileName = ((WikiData*)(item))->getFileName(); |
const wxString* fileName = ((WikiData*)(item))->getFileName(); |
| 164 |
const wxString* wikiText = ((WikiData*)(item))->getText(); |
const wxString* wikiText = ((WikiData*)(item))->getText(); |
| 165 |
wxString wikiHtml = wxT("<pre>") + *wikiText + wxT("</pre>"); |
wxString wikiHtml = wxT("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=EUC-JP\"><pre>") + |
| 166 |
|
*wikiText + |
| 167 |
|
wxT("</pre>"); |
| 168 |
|
|
| 169 |
wikiHtmlTextCtrl->SetPage(wikiHtml); |
wikiHtmlTextCtrl->SetPage(wikiHtml); |
| 170 |
} |
} |
|
|
Legend:
| Removed from v.1.3 |
|
| changed lines |
| |
Added in v.1.4 |
|
|
|