|
|
|
@ -78,7 +78,7 @@ void CSMTools::Search::searchRecordStateCell (const CSMWorld::IdTableBase *model
|
|
|
|
|
std::vector<std::string> states =
|
|
|
|
|
CSMWorld::Columns::getEnums (CSMWorld::Columns::ColumnId_Modification);
|
|
|
|
|
|
|
|
|
|
const std::string hint = "r: " + model->getColumnId (index.column());
|
|
|
|
|
const std::string hint = "r: " + std::to_string(model->getColumnId(index.column()));
|
|
|
|
|
messages.add (id, states.at(data), hint);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|