merge
commit
992cabd7f9
|
|
@ -3607,7 +3607,7 @@
|
|||
<key>Type</key>
|
||||
<string>String</string>
|
||||
<key>Value</key>
|
||||
<string>http://viewer-help.secondlife.com/[LANGUAGE]/[CHANNEL]/[VERSION]/[TOPIC]/[DEBUG_MODE]</string>
|
||||
<string>http://viewer-help.secondlife.com/[LANGUAGE]/[CHANNEL]/[VERSION]/[TOPIC][DEBUG_MODE]</string>
|
||||
</map>
|
||||
<key>HomeSidePanelURL</key>
|
||||
<map>
|
||||
|
|
|
|||
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Reference in New Issue