Browse CVS Repository
Diff of /malonnote/mnController.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 130 |
wxTreeItemData* item = frame->getSelectedItem(); |
wxTreeItemData* item = frame->getSelectedItem(); |
| 131 |
|
|
| 132 |
if(item){ |
if(item){ |
| 133 |
((WikiData*)(item))->removeDataFile(); |
if(wxMessageBox(frame->getSelectedLabel(), wxT("Do you realy remove this memo?"), wxYES_NO|wxICON_QUESTION) == wxYES){ |
| 134 |
|
((WikiData*)(item))->removeDataFile(); |
| 135 |
|
} |
| 136 |
} |
} |
| 137 |
else { |
else { |
| 138 |
wiki->removeSearchStr(frame->getSelectedLabel()); |
wiki->removeSearchStr(frame->getSelectedLabel()); |
|
|
Legend:
| Removed from v.1.12 |
|
| changed lines |
| |
Added in v.1.13 |
|
|
|