diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-01-08 12:25:10 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-01-08 12:25:10 -0800 |
commit | d33b72c318a7676ae7212975965befc728c92c8c (patch) | |
tree | d5e807b6cb139a24d3f7facde6d99dd221286b8f /indra/newview | |
parent | f5fd0729b6303933c1c67171eec1701fa4d8c55e (diff) |
code review feedback: fixed comment
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvovolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 310a4803f8..d23bcf9006 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -1854,7 +1854,7 @@ void LLVOVolume::mediaNavigateBounceBack(U8 texture_index) std::string url = mep->getCurrentURL(); // If the url we're trying to "bounce back" to is either empty or not // allowed by the whitelist, try the home url. If *that* doesn't work, - // go to about:blank + // set the media as failed and unload it if (url.empty() || !mep->checkCandidateUrl(url)) { url = mep->getHomeURL(); |