handle_web_browser_test should spawn internal browser.

This commit is contained in:
Lirusaito
2016-06-27 13:17:01 -04:00
parent dfb049d13c
commit afb567265e

View File

@@ -8464,7 +8464,7 @@ static void handle_load_from_xml_continued(AIFilePicker* filepicker)
void handle_web_browser_test(void*)
{
LLWeb::loadURL("http://secondlife.com/app/search/slurls.html");
LLWeb::loadURLInternal("http://secondlife.com/app/search/slurls.html");
}
void handle_buy_currency_test(void*)