From b63dcd87110d969ebae8260f640cece796c4361a Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 7 Nov 2009 01:15:03 -0600 Subject: Fixed some branding issues with alerts.xml and notify.xml. --- linden/indra/newview/llnotify.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linden/indra/newview/llnotify.cpp') diff --git a/linden/indra/newview/llnotify.cpp b/linden/indra/newview/llnotify.cpp index 5590ab1..bd752af 100644 --- a/linden/indra/newview/llnotify.cpp +++ b/linden/indra/newview/llnotify.cpp @@ -53,6 +53,7 @@ #include "llfloaterchat.h" // for add_chat_history() #include "lloverlaybar.h" // for gOverlayBar #include "lluictrlfactory.h" +#include "llversionviewer.h" // [RLVa:KB] - Version: 1.22.11 | Checked: 2009-07-10 (RLVa-1.0.0e) | Added: RLVa-0.2.0b #include "rlvhandler.h" @@ -585,6 +586,7 @@ void LLNotifyBox::format(std::string& msg, const LLStringUtil::format_map_t& arg // XUI:translate! LLStringUtil::format_map_t targs = args; targs["[SECOND_LIFE]"] = "Second Life"; + targs["[VIEWER]"] = IMP_VIEWER_NAME; LLStringUtil::format(msg, targs); } -- cgit v1.1