Browse CVS Repository
Diff of /malonnote/mnFrame.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 181 |
|
|
| 182 |
/* make HTML document */ |
/* make HTML document */ |
| 183 |
wxString wikiHtml; |
wxString wikiHtml; |
| 184 |
wikiHtml.Append(wxT("<meta http-equiv=\"Content-Type\"content=\"text/html; charset=EUC-JP\"><pre>")); |
wikiHtml.Append(wxT("<meta http-equiv=\"Content-Type\"content=\"text/html; charset=")); |
| 185 |
|
wikiHtml.Append(wxT(CODE_SET_SYSTEM)); |
| 186 |
|
wikiHtml.Append(wxT("\"><pre>")); |
| 187 |
wikiHtml.Append(htmlText); |
wikiHtml.Append(htmlText); |
| 188 |
wikiHtml.Append(wxT("</pre>")); |
wikiHtml.Append(wxT("</pre>")); |
| 189 |
|
|
|
|
Legend:
| Removed from v.1.8 |
|
| changed lines |
| |
Added in v.1.9 |
|
|
|