MAINT-5347 FIXED Set Landmark title field as the name of the region with coordinates, if the name of parcel is blank.

master
Mnikolenko ProductEngine 2015-07-13 17:02:56 +03:00
parent c7328a348f
commit f2c82b096b
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ void LLPanelLandmarkInfo::setInfoType(EInfoType type)
}
else
{
LLAgentUI::buildLocationString(desc, LLAgentUI::LOCATION_FORMAT_NORMAL, agent_pos);
region_name = desc;
}