mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Merge changes from next patch
This commit is contained in:
parent
ed2954922f
commit
15158c4514
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);
|
map<string,CItem>::iterator it = _SpecItem_TempMap.find(lwrLabel);
|
||||||
if (it != _SpecItem_TempMap.end())
|
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();
|
return it->second.Name.c_str();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue