diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llnotify.cpp | 2 |
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 | ||