mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: Merge changes from next patch
This commit is contained in:
parent
d92c0b4815
commit
d4a78b6fd1
1 changed files with 3 additions and 0 deletions
|
@ -1424,6 +1424,9 @@ const ucchar * CStringManagerClient::getSpecialWord(const std::string &label, bo
|
|||
map<string,CItem>::iterator it = _SpecItem_TempMap.find(lwrLabel);
|
||||
if (it != _SpecItem_TempMap.end())
|
||||
{
|
||||
if( UseFemaleTitles && women )
|
||||
if (!it->second.WomenName.empty())
|
||||
return it->second.WomenName.c_str();
|
||||
return it->second.Name.c_str();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue