diff options
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/llchatbar.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llchatbar.cpp b/linden/indra/newview/llchatbar.cpp index 4e491a9..5a7586e 100644 --- a/linden/indra/newview/llchatbar.cpp +++ b/linden/indra/newview/llchatbar.cpp | |||
@@ -184,6 +184,12 @@ BOOL LLChatBar::handleKeyHere( KEY key, MASK mask ) | |||
184 | sendChat(CHAT_TYPE_SHOUT); | 184 | sendChat(CHAT_TYPE_SHOUT); |
185 | handled = TRUE; | 185 | handled = TRUE; |
186 | } | 186 | } |
187 | else if (mask == MASK_SHIFT) | ||
188 | { | ||
189 | // whisper | ||
190 | sendChat( CHAT_TYPE_WHISPER ); | ||
191 | handled = TRUE; | ||
192 | } | ||
187 | else if (mask == MASK_NONE) | 193 | else if (mask == MASK_NONE) |
188 | { | 194 | { |
189 | // say | 195 | // say |