summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerhelputil.cpp
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2010-01-20 00:12:16 +0000
committerLynx Linden <lynx@lindenlab.com>2010-01-20 00:12:16 +0000
commit9f163b9f4577a78cd2c4e37c791834d98f1485c4 (patch)
treeef5c7bd465f2a249f4c804cafb30b231ebe7f5ed /indra/newview/llviewerhelputil.cpp
parentcdae00e7f0afd463ad84bea07bdb1e6bd2d27814 (diff)
parent2ab9378e19e89d9498954e8191239356e0149e32 (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llviewerhelputil.cpp')
-rw-r--r--indra/newview/llviewerhelputil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerhelputil.cpp b/indra/newview/llviewerhelputil.cpp
index ffc5761372..967a2925e3 100644
--- a/indra/newview/llviewerhelputil.cpp
+++ b/indra/newview/llviewerhelputil.cpp
@@ -64,7 +64,7 @@ std::string LLViewerHelpUtil::buildHelpURL( const std::string &topic)
{
LLSD substitution;
substitution["TOPIC"] = helpURLEncode(topic);
- substitution["DEBUG_MODE"] = gAgent.isGodlike() ? "debug" : "";
+ substitution["DEBUG_MODE"] = gAgent.isGodlike() ? "/debug" : "";
// get the help URL and expand all of the substitutions
// (also adds things like [LANGUAGE], [VERSION], [OS], etc.)