Browse CVS Repository
Diff of /malonnote/mnController.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 135 |
WikiData* wikiData = wiki->newWikiData(); |
WikiData* wikiData = wiki->newWikiData(); |
| 136 |
wxString plainTextStr; |
wxString plainTextStr; |
| 137 |
wxString newSubjectStr; |
wxString newSubjectStr; |
| 138 |
mnWikiDataEntryDialog* dlg = new mnWikiDataEntryDialog(frame, -1, wxT("Malon Note")); |
mnWikiDataEntryDialog* dlg = new mnWikiDataEntryDialog(frame); |
| 139 |
const wxString* wikiText = wikiData->getText(); |
const wxString* wikiText = wikiData->getText(); |
| 140 |
const wxString* subject = wikiData->getSubject(); |
const wxString* subject = wikiData->getSubject(); |
| 141 |
|
|
| 258 |
wxString newSubjectStr; |
wxString newSubjectStr; |
| 259 |
wxTreeItemData* itemData = frame->getSelectedItem(); |
wxTreeItemData* itemData = frame->getSelectedItem(); |
| 260 |
wxString subject = frame->getSelectedLabel(); |
wxString subject = frame->getSelectedLabel(); |
| 261 |
mnWikiDataEntryDialog* dlg = new mnWikiDataEntryDialog(frame, -1, wxT("Malon Note")); |
mnWikiDataEntryDialog* dlg = new mnWikiDataEntryDialog(frame); |
| 262 |
int ans; |
int ans; |
| 263 |
|
|
| 264 |
if(!frame->isEditableTreeLabel(frame->getSelection())) return; /* selection is not memo data */ |
if(!frame->isEditableTreeLabel(frame->getSelection())) return; /* selection is not memo data */ |
|
|
Legend:
| Removed from v.1.23 |
|
| changed lines |
| |
Added in v.1.24 |
|
|
|