diff options
author | Jonathan Yap <none@none> | 2012-06-04 11:23:38 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-06-04 11:23:38 -0400 |
commit | 47044de069c2c1442a33d719846cdbf1e3450124 (patch) | |
tree | 1b1c514ce203c01835b8a60688008cf02282cc23 /indra/llmessage/message_prehash.cpp | |
parent | a519e34f02b4b2663fe082ba9ad12f1b423669cb (diff) |
STORM-1838 Add "Request Teleport" option to the menu when right-clicking on avatars in the Nearby list
Diffstat (limited to 'indra/llmessage/message_prehash.cpp')
-rw-r--r-- | indra/llmessage/message_prehash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/message_prehash.cpp b/indra/llmessage/message_prehash.cpp index e71fb96540..64fb6a78a2 100644 --- a/indra/llmessage/message_prehash.cpp +++ b/indra/llmessage/message_prehash.cpp @@ -1379,3 +1379,4 @@ char const* const _PREHASH_ProductSKU = LLMessageStringTable::getInstance()->get char const* const _PREHASH_SeeAVs = LLMessageStringTable::getInstance()->getString("SeeAVs"); char const* const _PREHASH_AnyAVSounds = LLMessageStringTable::getInstance()->getString("AnyAVSounds"); char const* const _PREHASH_GroupAVSounds = LLMessageStringTable::getInstance()->getString("GroupAVSounds"); +char const* const _PREHASH_RequestTeleport = LLMessageStringTable::getInstance()->getString("RequestTeleport"); |