Browse CVS Repository
Diff of /malonnote/mnNotePanelController.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 7 |
#include "mnModel.h" |
#include "mnModel.h" |
| 8 |
#include "mnNotePanel.h" |
#include "mnNotePanel.h" |
| 9 |
|
|
| 10 |
|
#ifdef __WXMSW__ |
| 11 |
|
#define DOCS_DIR "\\docs\\" |
| 12 |
|
#else |
| 13 |
|
#define DOCS_DIR "/docs/" |
| 14 |
|
#endif |
| 15 |
|
|
| 16 |
class mnNotePanelController: public wxEvtHandler{ |
class mnNotePanelController: public wxEvtHandler{ |
| 17 |
public: |
public: |
| 18 |
mnNotePanelController(mnNotePanel* inPanel, wxString* inWikiDir); |
mnNotePanelController(mnNotePanel* inPanel, wxString* inWikiDir); |
|
|
Legend:
| Removed from v.1.6 |
|
| changed lines |
| |
Added in v.1.7 |
|
|
|