diff options
| author | Richard Linden <none@none> | 2011-07-06 18:44:58 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2011-07-06 18:44:58 -0700 |
| commit | d775ac865c92482f15f218b1b0fa62ec3652dd19 (patch) | |
| tree | 178001a3946abc2d1d1af9a8c0b6ab05619fed2d /indra/newview/llviewerhelp.cpp | |
| parent | f12f186a38d6df53348c313cc5a41cc0e492952c (diff) | |
| parent | 21d8cc88051297e24bfc21a83c4335c6b005fee6 (diff) | |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience
Diffstat (limited to 'indra/newview/llviewerhelp.cpp')
| -rw-r--r-- | indra/newview/llviewerhelp.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llviewerhelp.cpp b/indra/newview/llviewerhelp.cpp index 9fe8c142b9..69522b7ab3 100644 --- a/indra/newview/llviewerhelp.cpp +++ b/indra/newview/llviewerhelp.cpp @@ -101,8 +101,9 @@ void LLViewerHelp::showTopic(const std::string &topic) // work out the URL for this topic and display it showHelp(); + std::string helpURL = LLViewerHelpUtil::buildHelpURL( help_topic ); - setRawURL( helpURL ); + setRawURL(helpURL); } std::string LLViewerHelp::defaultTopic() |
