aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-10-06 22:16:12 -0700
committerMcCabe Maxsted2009-10-06 22:16:12 -0700
commit0bd17be512fbf47600a7971208244e73424429f4 (patch)
tree4ea2e45dee3aeba79249b9a984e9db5582353bf5 /linden/indra/newview/llviewermessage.cpp
parentApplied RLVa-1.0.2c_20091005_Imprudence-1.2.0-diff.patch (diff)
downloadmeta-impy-0bd17be512fbf47600a7971208244e73424429f4.zip
meta-impy-0bd17be512fbf47600a7971208244e73424429f4.tar.gz
meta-impy-0bd17be512fbf47600a7971208244e73424429f4.tar.bz2
meta-impy-0bd17be512fbf47600a7971208244e73424429f4.tar.xz
Applied RLVa-1.0.3e_20091005_Imprudence-1.2.0-diff.patch by Kitty Barnett
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewermessage.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewermessage.cpp b/linden/indra/newview/llviewermessage.cpp
index 33d3d51..464d687 100644
--- a/linden/indra/newview/llviewermessage.cpp
+++ b/linden/indra/newview/llviewermessage.cpp
@@ -1821,6 +1821,14 @@ void process_improved_im(LLMessageSystem *msg, void **user_data)
1821 } 1821 }
1822 else 1822 else
1823 { 1823 {
1824// [RLVa:KB] - Version: 1.22.11 | Checked: 2009-09-10 (RLVa-1.0.3a)
1825 if ( (rlv_handler_t::isEnabled()) && (dialog == IM_TASK_INVENTORY_OFFERED) &&
1826 (info->mDesc.find(RLV_PUTINV_PREFIX) == 1) && (gRlvHandler.getSharedRoot()) )
1827 {
1828 LLFirstUse::warnRlvGiveToRLV();
1829 }
1830// [/RLVa:KB]
1831
1824 inventory_offer_handler(info, dialog == IM_TASK_INVENTORY_OFFERED); 1832 inventory_offer_handler(info, dialog == IM_TASK_INVENTORY_OFFERED);
1825 } 1833 }
1826 } 1834 }