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.16 by maloninc, Mon Sep 12 21:44:33 2005 UTC revision 1.17 by maloninc, Tue Sep 13 01:37:43 2005 UTC
# Line 133  void mnModel::addSearchStr(wxString* sea Line 133  void mnModel::addSearchStr(wxString* sea
133    
134          if(searchStrList->Index(searchStr->c_str()) == wxNOT_FOUND){          if(searchStrList->Index(searchStr->c_str()) == wxNOT_FOUND){
135                  string = new wxString(searchStr->c_str());                  string = new wxString(searchStr->c_str());
136                  searchStrList->Add(*string, 1);                  //searchStrList->Add(*string, 1);
137                    searchStrList->Insert(*string, 0);
138          }          }
139  }  }
140    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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