diff options
author | Aleric Inglewood | 2010-10-29 15:34:10 +0200 |
---|---|---|
committer | McCabe Maxsted | 2010-11-02 16:49:46 -0700 |
commit | c07d4360df2ba313fb8bd10f0cf2abccf5d485a9 (patch) | |
tree | cfee5664835997612bdc2e828e28ac0a946376e6 /linden/indra/newview/llmediactrl.cpp | |
parent | Added conversion function for plugin EState to string info (diff) | |
download | meta-impy-c07d4360df2ba313fb8bd10f0cf2abccf5d485a9.zip meta-impy-c07d4360df2ba313fb8bd10f0cf2abccf5d485a9.tar.gz meta-impy-c07d4360df2ba313fb8bd10f0cf2abccf5d485a9.tar.bz2 meta-impy-c07d4360df2ba313fb8bd10f0cf2abccf5d485a9.tar.xz |
RED-595 was renamed to IMP-595
Diffstat (limited to 'linden/indra/newview/llmediactrl.cpp')
-rw-r--r-- | linden/indra/newview/llmediactrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llmediactrl.cpp b/linden/indra/newview/llmediactrl.cpp index c3bcf85..8b60326 100644 --- a/linden/indra/newview/llmediactrl.cpp +++ b/linden/indra/newview/llmediactrl.cpp | |||
@@ -201,7 +201,7 @@ BOOL LLMediaCtrl::handleMouseUp( S32 x, S32 y, MASK mask ) | |||
201 | 201 | ||
202 | // *HACK: media_plugin_webkit automatically takes focus on mouseup, | 202 | // *HACK: media_plugin_webkit automatically takes focus on mouseup, |
203 | // in addition to the onFocusReceived() call below. Undo this. JC | 203 | // in addition to the onFocusReceived() call below. Undo this. JC |
204 | // RED-595: Is this really still the case for webkit? | 204 | // IMP-595: Is this really still the case for webkit? |
205 | if (!mTakeFocusOnClick) | 205 | if (!mTakeFocusOnClick) |
206 | { | 206 | { |
207 | mMediaSource->focus(false); | 207 | mMediaSource->focus(false); |