Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnFrame.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8 by maloninc, Tue Aug 2 07:21:38 2005 UTC revision 1.9 by maloninc, Wed Aug 3 23:19:01 2005 UTC
# Line 181  void mnFrame::showSelectedItemText(wxTre Line 181  void mnFrame::showSelectedItemText(wxTre
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26