diff options
author | Jacek Antonelli | 2009-11-07 01:15:03 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-11-07 01:15:03 -0600 |
commit | b63dcd87110d969ebae8260f640cece796c4361a (patch) | |
tree | 9c453968b1fafea0d156d447027f3ed0c51c1f0b /linden/indra/llui/llalertdialog.cpp | |
parent | Changed wording of double-click and autopilot prefs. (diff) | |
download | meta-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 'linden/indra/llui/llalertdialog.cpp')
-rw-r--r-- | linden/indra/llui/llalertdialog.cpp | 2 |
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 | ||
51 | const S32 MAX_ALLOWED_MSG_WIDTH = 400; | 52 | const 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 | } |