summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorPaul ProductEngine <pguslisty@productengine.com>2012-03-28 21:19:33 +0300
committerPaul ProductEngine <pguslisty@productengine.com>2012-03-28 21:19:33 +0300
commitfc95597c63166c527f92f9170ccdc67a51f01481 (patch)
treedb30433eb3f42c6a926564df8558119f6639dd71 /indra/llui
parent98dd237438011a81690fd704c593a181a76f14d9 (diff)
MAINT-405 FIXED ([PUBLIC]Ctrl W does not properly close IM tabs using tabbed IM in 2.x/3.x)
- Now tabs are closed with Ctrl+W as expected
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llmultifloater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llmultifloater.cpp b/indra/llui/llmultifloater.cpp
index f3a48835b1..aa5f577897 100644
--- a/indra/llui/llmultifloater.cpp
+++ b/indra/llui/llmultifloater.cpp
@@ -349,7 +349,7 @@ void LLMultiFloater::setVisible(BOOL visible)
BOOL LLMultiFloater::handleKeyHere(KEY key, MASK mask)
{
- if (key == 'W' && mask == (MASK_CONTROL|MASK_SHIFT))
+ if (key == 'W' && mask == MASK_CONTROL)
{
LLFloater* floater = getActiveFloater();
// is user closeable and is system closeable