diff options
| author | callum <none@none> | 2010-12-14 12:57:04 -0800 |
|---|---|---|
| committer | callum <none@none> | 2010-12-14 12:57:04 -0800 |
| commit | d0c7ecb10355940f4e94a72a85e8cb9367d52a57 (patch) | |
| tree | 3494ccef7ab7b44d2e39b678421b9ce3ff022ffb /indra/newview/llmediactrl.cpp | |
| parent | 5dcf11ab4bf5903ff75513f037242cba1e3c11ca (diff) | |
SOCIAL-366 FIX UI Issues with HTTP Dialogs in Webkit 4.7
Diffstat (limited to 'indra/newview/llmediactrl.cpp')
| -rw-r--r-- | indra/newview/llmediactrl.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/llmediactrl.cpp b/indra/newview/llmediactrl.cpp index e916f3251e..340c9e7d5c 100644 --- a/indra/newview/llmediactrl.cpp +++ b/indra/newview/llmediactrl.cpp @@ -1144,6 +1144,14 @@ void LLMediaCtrl::showNotification(LLNotificationPtr notify) params.text_color = LLColor4::black; } else + //HACK: another one since XUI doesn't support what we need right now + if (notify->getName() == "AuthRequest") + { + params.bg_image.name = "Yellow_Gradient"; + params.text_color = LLColor4::black; + params.can_close = false; + } + else { //HACK: make this a property of the notification itself, "cancellable" params.can_close = false; |
