Browse CVS Repository
Diff of /malonnote/mnNotePanelController.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 307 |
docDir = *wikiDataDir + wxT(DOCS_DIR); |
docDir = *wikiDataDir + wxT(DOCS_DIR); |
| 308 |
|
|
| 309 |
/* create docs directory, anyway */ |
/* create docs directory, anyway */ |
| 310 |
cmd.sprintf(wxT("mkdir %s"), docDir.c_str()); |
cmd.sprintf(wxT(MKDIR), docDir.c_str()); |
| 311 |
wxExecute(cmd); |
wxExecute(cmd); |
| 312 |
|
|
| 313 |
/* open docs directory */ |
/* open docs directory */ |
|
|
Legend:
| Removed from v.1.7 |
|
| changed lines |
| |
Added in v.1.8 |
|
|
|