summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2010-06-01 15:22:05 +0300
committerAlexei Arabadji <aarabadji@productengine.com>2010-06-01 15:22:05 +0300
commit91ae0a1f1629b67ffbb11415a4ea4723578db1db (patch)
tree239a1b2475d46707f716b83f031db1074a3a1d1d
parentb41aa1e0b2460f917d4d6cf4ddb2d641312455b5 (diff)
EXT-6710 ADDITIONAL FIX win build fixed
--HG-- branch : product-engine
-rw-r--r--indra/newview/llgiveinventory.cpp2
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");