diff options
| author | Leslie Linden <leslie@lindenlab.com> | 2011-11-15 11:19:57 -0800 |
|---|---|---|
| committer | Leslie Linden <leslie@lindenlab.com> | 2011-11-15 11:19:57 -0800 |
| commit | 52bc69c0bee59631d63680ed19a89d3a116d954b (patch) | |
| tree | 6bd34e384eec519eedc40e10aa345d701bc44584 /indra/newview/llurldispatcher.cpp | |
| parent | 76caf0238cb98c1abf69d56e122c71a1208b0d72 (diff) | |
| parent | a787e1bb7aad25f9488de7d93298b58820c948d5 (diff) | |
Merge from viewer-experience
Diffstat (limited to 'indra/newview/llurldispatcher.cpp')
| -rw-r--r-- | indra/newview/llurldispatcher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llurldispatcher.cpp b/indra/newview/llurldispatcher.cpp index f6d7ceeec3..4240a38326 100644 --- a/indra/newview/llurldispatcher.cpp +++ b/indra/newview/llurldispatcher.cpp @@ -167,9 +167,9 @@ bool LLURLDispatcherImpl::dispatchApp(const LLSLURL& slurl, // static bool LLURLDispatcherImpl::dispatchRegion(const LLSLURL& slurl, const std::string& nav_type, bool right_mouse) { - if(slurl.getType() != LLSLURL::LOCATION) + if(slurl.getType() != LLSLURL::LOCATION) { - return false; + return false; } // Before we're logged in, need to update the startup screen // to tell the user where they are going. |
