diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2010-06-01 15:23:03 +0300 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-06-01 15:23:03 +0300 |
commit | 15b420d0799bb63b7dc7ffb843fe0034f3158ff0 (patch) | |
tree | db5be9988b89577f4b2c8e6208ba0f1540448da7 | |
parent | fdb5debe4f6ddf16c5f1008d0b89a1dd0e9a65fb (diff) | |
parent | 91ae0a1f1629b67ffbb11415a4ea4723578db1db (diff) |
Automated merge with https://hg.productengine.com/secondlife/viewer-trunk/
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llgiveinventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgiveinventory.cpp b/indra/newview/llgiveinventory.cpp index 4a13e1e504..aebf1b4c26 100644 --- a/indra/newview/llgiveinventory.cpp +++ b/indra/newview/llgiveinventory.cpp @@ -347,8 +347,8 @@ bool LLGiveInventory::handleCopyProtectedItem(const LLSD& notification, const LL { LLNotificationsUtil::add("CannotGiveItem"); } - break; } + break; default: // no, cancel, whatever, who cares, not yes. LLNotificationsUtil::add("TransactionCancelled"); |