Browse CVS Repository
Diff of /malonnote/mnFrameController.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 138 |
|
|
| 139 |
wxConfig* config = new wxConfig(wxT(CONF_APP_NAME)); |
wxConfig* config = new wxConfig(wxT(CONF_APP_NAME)); |
| 140 |
config->DeleteAll(); |
config->DeleteAll(); |
| 141 |
|
delete config; |
| 142 |
|
config = new wxConfig(wxT(CONF_APP_NAME)); // recreate config object |
| 143 |
notebook = frame->getNotebook(); |
notebook = frame->getNotebook(); |
| 144 |
int count = notebook->GetPageCount(); |
int count = notebook->GetPageCount(); |
| 145 |
for(int i = 0; i < count; i++) { |
for(int i = 0; i < count; i++) { |
|
|
Legend:
| Removed from v.1.6 |
|
| changed lines |
| |
Added in v.1.7 |
|
|
|