aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnotify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llnotify.cpp')
-rw-r--r--linden/indra/newview/llnotify.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llnotify.cpp b/linden/indra/newview/llnotify.cpp
index 6820622..6da3b97 100644
--- a/linden/indra/newview/llnotify.cpp
+++ b/linden/indra/newview/llnotify.cpp
@@ -54,6 +54,7 @@
54#include "llfloaterchat.h" // for add_chat_history() 54#include "llfloaterchat.h" // for add_chat_history()
55#include "lloverlaybar.h" // for gOverlayBar 55#include "lloverlaybar.h" // for gOverlayBar
56#include "lluictrlfactory.h" 56#include "lluictrlfactory.h"
57#include "llversionviewer.h"
57 58
58// [RLVa:KB] - Version: 1.22.11 | Checked: 2009-07-10 (RLVa-1.0.0e) | Added: RLVa-0.2.0b 59// [RLVa:KB] - Version: 1.22.11 | Checked: 2009-07-10 (RLVa-1.0.0e) | Added: RLVa-0.2.0b
59#include "rlvhandler.h" 60#include "rlvhandler.h"
@@ -546,6 +547,7 @@ void LLNotifyBox::format(std::string& msg, const LLStringUtil::format_map_t& arg
546 // XUI:translate! 547 // XUI:translate!
547 LLStringUtil::format_map_t targs = args; 548 LLStringUtil::format_map_t targs = args;
548 targs["[SECOND_LIFE]"] = "Second Life"; 549 targs["[SECOND_LIFE]"] = "Second Life";
550 targs["[VIEWER]"] = IMP_VIEWER_NAME;
549 LLStringUtil::format(msg, targs); 551 LLStringUtil::format(msg, targs);
550} 552}
551 553