From: Denny V. <vra...@us...> - 2004-04-17 13:09:51
|
Update of /cvsroot/darkeyetool/det/src/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25028 Modified Files: ProfessionGUISpruechewx.cpp Log Message: Falsche Liste selektiert Index: ProfessionGUISpruechewx.cpp =================================================================== RCS file: /cvsroot/darkeyetool/det/src/gui/ProfessionGUISpruechewx.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ProfessionGUISpruechewx.cpp 12 Apr 2004 23:16:27 -0000 1.1 --- ProfessionGUISpruechewx.cpp 17 Apr 2004 13:09:42 -0000 1.2 *************** *** 223,227 **** if (liste_->GetSelection()==-1) return; ! sprueche_->erase(std::find(sprueche_->begin(), sprueche_->end(), rest_->GetStringSelection().c_str())); Update(); --- 223,227 ---- if (liste_->GetSelection()==-1) return; ! sprueche_->erase(std::find(sprueche_->begin(), sprueche_->end(), list_->GetStringSelection().c_str())); Update(); *************** *** 234,237 **** --- 234,240 ---- //@+node:<< Version History >> // $Log$ + // Revision 1.2 2004/04/17 13:09:42 vrandezo + // Falsche Liste selektiert + // // Revision 1.1 2004/04/12 23:16:27 vrandezo // Professionen fuehren bekannte Zaubersprueche mit |