diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-03-26 11:10:26 +0200 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-03-26 11:10:26 +0200 | 
| commit | 73ef75498692e7b7cecb4960f4e308061917d86e (patch) | |
| tree | b0b7756f8c4f972f17b66e3d92f525b2cd4af6d9 /indra | |
| parent | ffbf11e4430041d1df17e21e70d40348467a8d9d (diff) | |
MAINT-2376 FIXED Centre the map on friend's location
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llavataractions.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index 70cc48f12b..3fa50360cb 100755 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -373,7 +373,7 @@ void LLAvatarActions::showOnMap(const LLUUID& id)  	}  	gFloaterWorldMap->trackAvatar(id, av_name.getDisplayName()); -	LLFloaterReg::showInstance("world_map"); +	LLFloaterReg::showInstance("world_map", "center");  }  // static | 
