summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-12-26 15:00:05 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-12-26 15:00:05 +0200
commit7319c80ee16b2e009169548bf286b9e514027808 (patch)
tree931de73444bb82e9c60cfb4ce7ee05a4db8a73ae /indra/newview/llviewermessage.cpp
parent77abf061fb0f315e8966bf7eb1b8beb61b876601 (diff)
implemented EXT-3701 “Replace "accept" button with "show" in the inventory
offer toast”; --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r--indra/newview/llviewermessage.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index d0eddc24b2..87045d2abf 100644
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -1158,9 +1158,9 @@ bool LLOfferInfo::inventory_offer_callback(const LLSD& notification, const LLSD&
default:
LL_WARNS("Messaging") << "inventory_offer_callback: unknown offer type" << LL_ENDL;
break;
- } // end switch (mIM)
-
- // Show falls through to accept.
+ }
+ break;
+ // end switch (mIM)
case IOR_ACCEPT:
msg->addU8Fast(_PREHASH_Dialog, (U8)(mIM + 1));