diff options
Diffstat (limited to 'linden/indra/newview/llweb.cpp')
-rw-r--r-- | linden/indra/newview/llweb.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llweb.cpp b/linden/indra/newview/llweb.cpp index a5691d8..6425156 100644 --- a/linden/indra/newview/llweb.cpp +++ b/linden/indra/newview/llweb.cpp | |||
@@ -69,6 +69,13 @@ void LLWeb::loadURLExternal(const std::string& url) | |||
69 | 69 | ||
70 | 70 | ||
71 | // static | 71 | // static |
72 | void LLWeb::loadURLInternal(const std::string& url) | ||
73 | { | ||
74 | LLFloaterMediaBrowser::showInstance(url); | ||
75 | } | ||
76 | |||
77 | |||
78 | // static | ||
72 | std::string LLWeb::escapeURL(const std::string& url) | 79 | std::string LLWeb::escapeURL(const std::string& url) |
73 | { | 80 | { |
74 | // The CURL curl_escape() function escapes colons, slashes, | 81 | // The CURL curl_escape() function escapes colons, slashes, |