diff options
author | Richard Nelson <none@none> | 2010-06-16 16:54:14 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-06-16 16:54:14 -0700 |
commit | 353fc2431a22558d83dbf2a05146d56323cfa429 (patch) | |
tree | 58c05c4e43c8f2e7f832d30d94fe0ff72fc1b2ea /indra | |
parent | ab2588a47cf19447e71a6c3e8924b17ca296e6c0 (diff) |
web browser test should always use internal browser
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewermenu.cpp | 2 |
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*) |