diff options
author | Jonathan Yap <none@none> | 2011-03-04 11:35:50 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-03-04 11:35:50 -0500 |
commit | ecb693e825339bd69d7b8b531e68fbadce684a07 (patch) | |
tree | 095922092043f1632972cab30d46cddebaf2465f /indra | |
parent | 4d8244573c6e71b5780574432c68fd22847daee5 (diff) |
STORM-1040 Added code for media beacons, which are coming in Storm-1019
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 95acb5f922..62944a22e7 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -321,6 +321,7 @@ public: static const std::string beacon_scripted = LLTrans::getString("BeaconScripted"); static const std::string beacon_scripted_touch = LLTrans::getString("BeaconScriptedTouch"); static const std::string beacon_sound = LLTrans::getString("BeaconSound"); + static const std::string beacon_media = LLTrans::getString("BeaconMedia"); static const std::string particle_hiding = LLTrans::getString("ParticleHiding"); // Draw the statistics in a light gray |