aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llmessagetemplateparser.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-10-17 20:01:38 -0500
committerJacek Antonelli2008-10-17 20:01:38 -0500
commitfdf944fb0355249d73c4e25ee86e9ffd378e7d4b (patch)
tree2e5c51fe0e6d5757f984721e01cc097801d927e7 /linden/indra/llmessage/llmessagetemplateparser.cpp
parentRebranded Windows-specific installer/support files. (diff)
parentUpdated source to SL version 1.21.6. (diff)
downloadmeta-impy-fdf944fb0355249d73c4e25ee86e9ffd378e7d4b.zip
meta-impy-fdf944fb0355249d73c4e25ee86e9ffd378e7d4b.tar.gz
meta-impy-fdf944fb0355249d73c4e25ee86e9ffd378e7d4b.tar.bz2
meta-impy-fdf944fb0355249d73c4e25ee86e9ffd378e7d4b.tar.xz
Merge branch 'merge-1.21.6' into rebranding
Conflicts: linden/indra/newview/installers/windows/installer_template.nsi linden/indra/newview/llappviewer.cpp
Diffstat (limited to 'linden/indra/llmessage/llmessagetemplateparser.cpp')
-rw-r--r--linden/indra/llmessage/llmessagetemplateparser.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llmessagetemplateparser.cpp b/linden/indra/llmessage/llmessagetemplateparser.cpp
index d6adba8..9f6eeca 100644
--- a/linden/indra/llmessage/llmessagetemplateparser.cpp
+++ b/linden/indra/llmessage/llmessagetemplateparser.cpp
@@ -525,6 +525,10 @@ LLMessageTemplate * LLTemplateParser::parseMessage(LLTemplateTokenizer & tokens)
525 { 525 {
526 templatep->setDeprecation(MD_UDPDEPRECATED); 526 templatep->setDeprecation(MD_UDPDEPRECATED);
527 } 527 }
528 else if (tokens.want("UDPBlackListed"))
529 {
530 templatep->setDeprecation(MD_UDPBLACKLISTED);
531 }
528 else if (tokens.want("NotDeprecated")) 532 else if (tokens.want("NotDeprecated"))
529 { 533 {
530 // this is the default value, but it can't hurt to set it twice 534 // this is the default value, but it can't hurt to set it twice