summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewscript.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2023-08-02 14:43:41 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2023-08-02 14:43:41 +0300
commitce0274937f8f5446b38525bdc314259c16f13f3c (patch)
treeefd29145f112ee74a4a3c6b378363a48ca11fc13 /indra/newview/llpreviewscript.cpp
parent97d5063cb1e5474d2d5aa65872c9a608a1207905 (diff)
SL-19982 update default help topic
Diffstat (limited to 'indra/newview/llpreviewscript.cpp')
-rw-r--r--indra/newview/llpreviewscript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp
index 62281d58f8..1666bfebd4 100644
--- a/indra/newview/llpreviewscript.cpp
+++ b/indra/newview/llpreviewscript.cpp
@@ -829,7 +829,7 @@ void LLScriptEdCore::setHelpPage(const std::string& help_string)
LLUIString url_string = gSavedSettings.getString("LSLHelpURL");
- url_string.setArg("[LSL_STRING]", help_string);
+ url_string.setArg("[LSL_STRING]", help_string.empty() ? HELP_LSL_PORTAL_TOPIC : help_string);
addHelpItemToHistory(help_string);