aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnotify.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2009-11-07 01:15:03 -0600
committerJacek Antonelli2009-11-07 01:15:03 -0600
commitb63dcd87110d969ebae8260f640cece796c4361a (patch)
tree9c453968b1fafea0d156d447027f3ed0c51c1f0b /linden/indra/newview/llnotify.cpp
parentChanged wording of double-click and autopilot prefs. (diff)
downloadmeta-impy-b63dcd87110d969ebae8260f640cece796c4361a.zip
meta-impy-b63dcd87110d969ebae8260f640cece796c4361a.tar.gz
meta-impy-b63dcd87110d969ebae8260f640cece796c4361a.tar.bz2
meta-impy-b63dcd87110d969ebae8260f640cece796c4361a.tar.xz
Fixed some branding issues with alerts.xml and notify.xml.
Diffstat (limited to '')
-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 5590ab1..bd752af 100644
--- a/linden/indra/newview/llnotify.cpp
+++ b/linden/indra/newview/llnotify.cpp
@@ -53,6 +53,7 @@
53#include "llfloaterchat.h" // for add_chat_history() 53#include "llfloaterchat.h" // for add_chat_history()
54#include "lloverlaybar.h" // for gOverlayBar 54#include "lloverlaybar.h" // for gOverlayBar
55#include "lluictrlfactory.h" 55#include "lluictrlfactory.h"
56#include "llversionviewer.h"
56 57
57// [RLVa:KB] - Version: 1.22.11 | Checked: 2009-07-10 (RLVa-1.0.0e) | Added: RLVa-0.2.0b 58// [RLVa:KB] - Version: 1.22.11 | Checked: 2009-07-10 (RLVa-1.0.0e) | Added: RLVa-0.2.0b
58#include "rlvhandler.h" 59#include "rlvhandler.h"
@@ -585,6 +586,7 @@ void LLNotifyBox::format(std::string& msg, const LLStringUtil::format_map_t& arg
585 // XUI:translate! 586 // XUI:translate!
586 LLStringUtil::format_map_t targs = args; 587 LLStringUtil::format_map_t targs = args;
587 targs["[SECOND_LIFE]"] = "Second Life"; 588 targs["[SECOND_LIFE]"] = "Second Life";
589 targs["[VIEWER]"] = IMP_VIEWER_NAME;
588 LLStringUtil::format(msg, targs); 590 LLStringUtil::format(msg, targs);
589} 591}
590 592