Browse CVS Repository
Diff of /malonnote/mnController.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 192 |
|
|
| 193 |
void mnController::saveData() |
void mnController::saveData() |
| 194 |
{ |
{ |
| 195 |
|
#if 0 |
| 196 |
wxTreeItemData* item = frame->getSelectedItem(); |
wxTreeItemData* item = frame->getSelectedItem(); |
| 197 |
wxString plainTextStr = frame->getPlainText(); |
wxString plainTextStr = frame->getPlainText(); |
| 198 |
if(item == NULL) return ; |
if(item == NULL) return ; |
| 200 |
((WikiData*)(item))->modText(&plainTextStr); |
((WikiData*)(item))->modText(&plainTextStr); |
| 201 |
((WikiData*)(item))->save(); |
((WikiData*)(item))->save(); |
| 202 |
//frame->showSearchResult(wiki); |
//frame->showSearchResult(wiki); |
| 203 |
|
#endif |
| 204 |
} |
} |
|
|
Legend:
| Removed from v.1.2 |
|
| changed lines |
| |
Added in v.1.3 |
|
|
|