diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-08-02 14:43:41 +0300 | 
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-08-02 14:43:41 +0300 | 
| commit | ce0274937f8f5446b38525bdc314259c16f13f3c (patch) | |
| tree | efd29145f112ee74a4a3c6b378363a48ca11fc13 | |
| parent | 97d5063cb1e5474d2d5aa65872c9a608a1207905 (diff) | |
SL-19982 update default help topic
| -rw-r--r-- | indra/newview/llpreviewscript.cpp | 2 | 
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);  | 
