diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-09-16 13:29:35 -0700 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-09-16 13:29:35 -0700 |
commit | d6f1f79ced7bb7fa0bb70e41c65f7d7de9c7a306 (patch) | |
tree | e079e14dfcc0ef2a02310f819a5c032bcd62b6fd /indra/newview/llmediactrl.h | |
parent | 387011a1ff519d0e339b446ff5d02f0d009b7e5d (diff) | |
parent | 34ef02db00024ba82a35d9559393b21d0b19e25b (diff) |
Merge of popup-geometry code.
Diffstat (limited to 'indra/newview/llmediactrl.h')
-rw-r--r-- | indra/newview/llmediactrl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llmediactrl.h b/indra/newview/llmediactrl.h index 3ba2904003..54d50ce4d0 100644 --- a/indra/newview/llmediactrl.h +++ b/indra/newview/llmediactrl.h @@ -108,6 +108,8 @@ public: void setHomePageUrl( const std::string& urlIn, const std::string& mime_type = LLStringUtil::null ); std::string getHomePageUrl(); + + void setTarget(const std::string& target); // set/clear URL to visit when a 404 page is reached void set404RedirectUrl( std::string redirect_url ); @@ -174,6 +176,7 @@ public: std::string mHomePageUrl; std::string mHomePageMimeType; std::string mCurrentNavUrl; + std::string mTarget; bool mIgnoreUIScale; bool mAlwaysRefresh; viewer_media_t mMediaSource; |