diff options
author | Richard Linden <none@none> | 2010-09-17 11:47:13 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-17 11:47:13 -0700 |
commit | e66585aa4fce98d4e58656cadfdbb65b3d808cfa (patch) | |
tree | 60bfbf01bb1341ae235b4a1bc8a83b7f7762a314 /indra/newview/llmediactrl.h | |
parent | 83bb4b9518da813a42e49366cea15e5ae9dc7507 (diff) |
EXP-74 FIX Pop-up warning given for links in Home Side Panel in Viewer
Reviewed by Callum
Diffstat (limited to 'indra/newview/llmediactrl.h')
-rw-r--r-- | indra/newview/llmediactrl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llmediactrl.h b/indra/newview/llmediactrl.h index b8e10d5591..dc18a1130e 100644 --- a/indra/newview/llmediactrl.h +++ b/indra/newview/llmediactrl.h @@ -51,7 +51,8 @@ public: Optional<bool> border_visible, ignore_ui_scale, hide_loading, - decouple_texture_size; + decouple_texture_size, + always_allow_popups; Optional<S32> texture_width, texture_height; @@ -193,6 +194,7 @@ public: S32 mTextureWidth; S32 mTextureHeight; bool mClearCache; + bool mAlwaysAllowPopups; boost::shared_ptr<class LLNotification> mCurNotification; }; |