summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermenu.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-05-18 18:40:36 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-05-18 18:40:36 +0100
commit7a006ea3a217ca27d8d79b1afdf6642fdc7c15ec (patch)
treeee080159603c09cf533cff41ce1054df0a3c72e7 /indra/newview/llviewermenu.cpp
parent75ff54e56abb3e5e3854605e110af941e94df1a8 (diff)
parentc70119ebabc4b06e2b0db02aea8c56e01fbc666e (diff)
merge
Diffstat (limited to 'indra/newview/llviewermenu.cpp')
-rw-r--r--indra/newview/llviewermenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index c2f90cfe14..6f6bf8678b 100644
--- a/indra/newview/llviewermenu.cpp
+++ b/indra/newview/llviewermenu.cpp
@@ -8036,7 +8036,7 @@ void handle_report_bug(const LLSD& param)
LLUIString url(param.asString());
LLStringUtil::format_map_t replace;
- replace["[ENVIRONMENT]"] = LLURI::escape(LLAppViewer::instance()->getShortViewerInfoString());
+ replace["[ENVIRONMENT]"] = LLURI::escape(LLAppViewer::instance()->getViewerInfoString(true));
LLSLURL location_url;
LLAgentUI::buildSLURL(location_url);
replace["[LOCATION]"] = LLURI::escape(location_url.getSLURLString());