Browse CVS Repository
Diff of /malonnote/main.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 60 |
dlg = new wxDirDialog(mainFrame); |
dlg = new wxDirDialog(mainFrame); |
| 61 |
if(dlg->ShowModal() == wxID_OK) { |
if(dlg->ShowModal() == wxID_OK) { |
| 62 |
gotDirName = dlg->GetPath(); |
gotDirName = dlg->GetPath(); |
| 63 |
wxLogMessage(wxT("gotDirName:[%s]"), gotDirName.c_str()); |
config->Write(wxT(CONF_WIKI_DIR), gotDirName.c_str()); |
| 64 |
//config->Write(wxT(CONF_WIKI_DIR), gotDirName.c_str()); |
mainFrame->addNotePanel(&gotDirName); |
|
//mainFrame->addNotePanel(&gotDirName); |
|
| 65 |
} |
} |
| 66 |
else { |
else { |
| 67 |
mainFrame->Close(); |
mainFrame->Close(); |
|
|
Legend:
| Removed from v.1.8 |
|
| changed lines |
| |
Added in v.1.9 |
|
|
|