diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-22 23:20:34 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-22 23:20:34 +0200 |
commit | f8299e28b92b06e4cd346ea134ce317b59617785 (patch) | |
tree | 785765310a2a4af98de69e2e3608e13f8cf92ed7 /indra/newview/llavataractions.h | |
parent | 56578ae0b08e03dffcf4d9a8fadccb6ee9ad6a05 (diff) |
Fixed low bug (EXT-5136) Add the "Map" item to the people context menu.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r-- | indra/newview/llavataractions.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h index 16a58718a2..a7f3acad4f 100644 --- a/indra/newview/llavataractions.h +++ b/indra/newview/llavataractions.h @@ -99,6 +99,11 @@ public: static void showProfile(const LLUUID& id); /** + * Show avatar on world map. + */ + static void showOnMap(const LLUUID& id); + + /** * Give money to the avatar. */ static void pay(const LLUUID& id); |