summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-06-16 16:54:14 -0700
committerRichard Nelson <none@none>2010-06-16 16:54:14 -0700
commit353fc2431a22558d83dbf2a05146d56323cfa429 (patch)
tree58c05c4e43c8f2e7f832d30d94fe0ff72fc1b2ea /indra/newview
parentab2588a47cf19447e71a6c3e8924b17ca296e6c0 (diff)
web browser test should always use internal browser
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewermenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index 2c7ae539ce..cc33dfcfef 100644
--- a/indra/newview/llviewermenu.cpp
+++ b/indra/newview/llviewermenu.cpp
@@ -7209,7 +7209,7 @@ void handle_web_browser_test(const LLSD& param)
{
url = "about:blank";
}
- LLWeb::loadURL(url);
+ LLWeb::loadURLInternal(url);
}
void handle_buy_currency_test(void*)