aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-07-31 12:26:10 -0700
committerMcCabe Maxsted2010-07-31 12:26:10 -0700
commitae31281e7662fa974df0903f92d373d22f795520 (patch)
treeaf642e15d9e888de78a07d5502f8cc7c6a454de7 /linden
parentCommented out the UI option for sending crash logs, as Imprudence doesn't cur... (diff)
downloadmeta-impy-ae31281e7662fa974df0903f92d373d22f795520.zip
meta-impy-ae31281e7662fa974df0903f92d373d22f795520.tar.gz
meta-impy-ae31281e7662fa974df0903f92d373d22f795520.tar.bz2
meta-impy-ae31281e7662fa974df0903f92d373d22f795520.tar.xz
Applied shift-enter whisper shortcut patch by Henri Beauchamp, ported by Ansariel Hiller
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llchatbar.cpp6
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