Browse CVS Repository
Diff of /malonnote/mnNotePanelController.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 25 |
mnNotePanelController::mnNotePanelController(mnNotePanel* inPanel, wxString* inWikiDir) |
mnNotePanelController::mnNotePanelController(mnNotePanel* inPanel, wxString* inWikiDir) |
| 26 |
{ |
{ |
| 27 |
wiki = new mnModel(inWikiDir->mb_str()); |
wiki = new mnModel(inWikiDir->mb_str()); |
| 28 |
|
wiki->readAll(inWikiDir, true); |
| 29 |
|
|
| 30 |
panel = inPanel; |
panel = inPanel; |
| 31 |
} |
} |
| 32 |
|
|
|
|
Legend:
| Removed from v.1.11 |
|
| changed lines |
| |
Added in v.1.12 |
|
|
|