diff options
author | David Rowe | 2014-01-09 15:35:12 -0800 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-01-10 20:43:24 +0000 |
commit | 08f2fc63cd2891bbc445371584b5b8da5822a25f (patch) | |
tree | 1cc77176e72fa817f687d5c5b14ea4b1c8e3c033 /OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |
parent | Dynamically adjust to the number of visual params sent. (diff) | |
download | opensim-SC_OLD-08f2fc63cd2891bbc445371584b5b8da5822a25f.zip opensim-SC_OLD-08f2fc63cd2891bbc445371584b5b8da5822a25f.tar.gz opensim-SC_OLD-08f2fc63cd2891bbc445371584b5b8da5822a25f.tar.bz2 opensim-SC_OLD-08f2fc63cd2891bbc445371584b5b8da5822a25f.tar.xz |
Fixed llTextBox error message text
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 5663048..e54b697 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -4397,7 +4397,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
4397 | UUID av = new UUID(); | 4397 | UUID av = new UUID(); |
4398 | if (!UUID.TryParse(agent,out av)) | 4398 | if (!UUID.TryParse(agent,out av)) |
4399 | { | 4399 | { |
4400 | LSLError("First parameter to llDialog needs to be a key"); | 4400 | LSLError("First parameter to llTextBox needs to be a key"); |
4401 | return; | 4401 | return; |
4402 | } | 4402 | } |
4403 | 4403 | ||