From ecb693e825339bd69d7b8b531e68fbadce684a07 Mon Sep 17 00:00:00 2001
From: Jonathan Yap <none@none>
Date: Fri, 4 Mar 2011 11:35:50 -0500
Subject: [PATCH] STORM-1040 Added code for media beacons, which are coming in
 Storm-1019

---
 indra/newview/llviewerwindow.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp
index 95acb5f922f..62944a22e7e 100644
--- a/indra/newview/llviewerwindow.cpp
+++ b/indra/newview/llviewerwindow.cpp
@@ -321,6 +321,7 @@ class LLDebugText
 		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
-- 
GitLab