aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra')
-rwxr-xr-xlinden/indra/newview/llviewermessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewermessage.cpp b/linden/indra/newview/llviewermessage.cpp
index 32d7172..cbcfb86 100755
--- a/linden/indra/newview/llviewermessage.cpp
+++ b/linden/indra/newview/llviewermessage.cpp
@@ -934,7 +934,7 @@ void open_offer(const std::vector<LLUUID>& items, const std::string& from_name)
934 } 934 }
935 break; 935 break;
936 case LLAssetType::AT_LANDMARK: 936 case LLAssetType::AT_LANDMARK:
937 if (!show_keep_discard) 937 if (show_keep_discard)
938 open_landmark((LLViewerInventoryItem*)item, std::string("Landmark: ") + item->getName(), FALSE, LLUUID::null, FALSE); 938 open_landmark((LLViewerInventoryItem*)item, std::string("Landmark: ") + item->getName(), FALSE, LLUUID::null, FALSE);
939 break; 939 break;
940 case LLAssetType::AT_TEXTURE: 940 case LLAssetType::AT_TEXTURE: