Browse CVS Repository
Diff of /malonnote/mnModel.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|