Browse CVS Repository
Diff of /malonnote/mnModel.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 110 |
return ans; |
return ans; |
| 111 |
} |
} |
| 112 |
|
|
| 113 |
void mnModel::readAll(wxString* title, bool progBarFlag) |
void mnModel::readAll(bool progBarFlag) |
| 114 |
{ |
{ |
| 115 |
int fileCount = 0; |
int fileCount = 0; |
| 116 |
wxDir* dir; |
wxDir* dir; |
| 137 |
fileCount++; |
fileCount++; |
| 138 |
cont = dir->GetNext(fileName); |
cont = dir->GetNext(fileName); |
| 139 |
} |
} |
| 140 |
progBar = new wxProgressDialog(wxT("Loading Data"), (wxT("Now loading... ") + *title), fileCount); |
progBar = new wxProgressDialog(wxT("Loading Data"), (wxT("Now loading... ") + *wikiDataDir), fileCount); |
| 141 |
} |
} |
| 142 |
|
|
| 143 |
fileCount = 0; |
fileCount = 0; |
|
|
Legend:
| Removed from v.1.33 |
|
| changed lines |
| |
Added in v.1.34 |
|
|
|