Initial moap commit. /VERY/ WIP. Primarily committed to clean up unstaged changes. Do not run this, even if it may compile, as it will NOT work (for a myriad of reasons)!
This commit is contained in:
@@ -520,7 +520,7 @@ void LLAlertDialog::onButtonPressed( LLUICtrl* ctrl, const std::string url )
|
||||
// If we declared a URL and chose the URL option, go to the url
|
||||
if (!url.empty() && sURLLoader != NULL)
|
||||
{
|
||||
sURLLoader->load(url);
|
||||
sURLLoader->load(url, false);
|
||||
}
|
||||
|
||||
mNote->respond(response); // new notification reponse
|
||||
|
||||
Reference in New Issue
Block a user