summaryrefslogtreecommitdiff
path: root/indra/newview/llmediactrl.cpp
diff options
context:
space:
mode:
authorcallum <none@none>2010-12-13 14:23:36 -0800
committercallum <none@none>2010-12-13 14:23:36 -0800
commitf32f26a1e17a5175863431db83edc2349568d588 (patch)
tree61e9614521f6f0c0d6c6c98374ad3c415d1789e4 /indra/newview/llmediactrl.cpp
parent4bf715c512cf431dd2af7fc2d9256c1823b051d6 (diff)
SOCIAL-364 FIX(2) Viewer Crash when selecting Browse Linden Homes button from side panel
Changed default floater that opens if no parent found as per comments in task
Diffstat (limited to 'indra/newview/llmediactrl.cpp')
-rw-r--r--indra/newview/llmediactrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmediactrl.cpp b/indra/newview/llmediactrl.cpp
index 69e0e12a36..e916f3251e 100644
--- a/indra/newview/llmediactrl.cpp
+++ b/indra/newview/llmediactrl.cpp
@@ -1090,7 +1090,7 @@ void LLMediaCtrl::onPopup(const LLSD& notification, const LLSD& response)
if (response["open"])
{
// name of default floater to open
- std::string floater_name = "web_content";
+ std::string floater_name = "media_browser";
// look for parent floater name
if ( gFloaterView )