diff options
author | McCabe Maxsted | 2009-12-26 22:18:51 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-12-26 22:18:51 -0700 |
commit | 6451ba34580e4646c5f36df0ed12c1feefcddd20 (patch) | |
tree | dab493c8219c60459cad6c568a7c09a1bd2206d2 /linden/indra/newview/llweb.cpp | |
parent | Use Liberation-Sans font sizes (diff) | |
download | meta-impy-6451ba34580e4646c5f36df0ed12c1feefcddd20.zip meta-impy-6451ba34580e4646c5f36df0ed12c1feefcddd20.tar.gz meta-impy-6451ba34580e4646c5f36df0ed12c1feefcddd20.tar.bz2 meta-impy-6451ba34580e4646c5f36df0ed12c1feefcddd20.tar.xz |
Added script creation resource to the script editor's help menu
Diffstat (limited to '')
-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, |