add dialog for fp_lib_table

This commit is contained in:
Dick Hollenbeck
2012-10-15 17:37:08 -05:00
13 changed files with 1887 additions and 54 deletions
+1 -5
View File
@@ -294,11 +294,7 @@ bool FP_LIB_TABLE::InsertRow( const ROW& aRow, bool doReplace )
if( doReplace )
{
int ndx = it->second;
rows[ndx] = aRow;
nickIndex.erase( aRow.nickName );
nickIndex.insert( INDEX_VALUE( aRow.nickName, ndx ) );
rows[it->second] = aRow;
return true;
}