Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnModel.cpp

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

revision 1.2 by maloninc, Sun Jul 31 06:54:12 2005 UTC revision 1.3 by maloninc, Wed Aug 3 23:19:01 2005 UTC
# Line 316  const wxString* WikiData::getText() Line 316  const wxString* WikiData::getText()
316    
317  void WikiData::modText(wxString* intext)  void WikiData::modText(wxString* intext)
318  {  {
319            wxCSConv conv(wxT(CODE_SET_SYSTEM));
320          delete text;          delete text;
321          text = new wxString(intext->c_str());          //text = new wxString(intext->c_str());
322            text = new wxString(*intext);
323            //text = new wxString(intext->mb_str(), conv);
324  }  }
325    
326  void WikiData::removeDataFile()  void WikiData::removeDataFile()

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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