Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnModel.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.33 by maloninc, Fri Oct 20 11:58:52 2006 UTC revision 1.34 by maloninc, Mon Oct 23 08:00:09 2006 UTC
# Line 110  bool mnModel::matchWithToken(wxString* f Line 110  bool mnModel::matchWithToken(wxString* f
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;
# Line 137  void mnModel::readAll(wxString* title, b Line 137  void mnModel::readAll(wxString* title, b
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26