aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui')
-rw-r--r--linden/indra/llui/llalertdialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llui/llalertdialog.cpp b/linden/indra/llui/llalertdialog.cpp
index 80e54b6..9ce66f0 100644
--- a/linden/indra/llui/llalertdialog.cpp
+++ b/linden/indra/llui/llalertdialog.cpp
@@ -46,6 +46,7 @@
46#include "llxmlnode.h" 46#include "llxmlnode.h"
47#include "lllineeditor.h" 47#include "lllineeditor.h"
48#include "lluictrlfactory.h" 48#include "lluictrlfactory.h"
49#include "llversionviewer.h"
49 50
50 51
51const S32 MAX_ALLOWED_MSG_WIDTH = 400; 52const S32 MAX_ALLOWED_MSG_WIDTH = 400;
@@ -259,6 +260,7 @@ void LLAlertDialog::format(std::string& msg, const LLStringUtil::format_map_t& a
259 // XUI:translate! 260 // XUI:translate!
260 LLStringUtil::format_map_t targs = args; 261 LLStringUtil::format_map_t targs = args;
261 targs["[SECOND_LIFE]"] = "Second Life"; 262 targs["[SECOND_LIFE]"] = "Second Life";
263 targs["[VIEWER]"] = IMP_VIEWER_NAME;
262 targs["[_URL]"] = mURL; 264 targs["[_URL]"] = mURL;
263 LLStringUtil::format(msg, targs); 265 LLStringUtil::format(msg, targs);
264} 266}