diff options
author | Justin Clark-Casey (justincc) | 2014-01-10 20:46:00 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-01-10 20:46:00 +0000 |
commit | 09e800f4b1be57c523e43cc459ac4f2d81890071 (patch) | |
tree | 0bc4402a147241ecf5af36d0f95b714328450578 | |
parent | Merge branch 'justincc-master' (diff) | |
parent | minor: Add ctrlaltdavid to contributors list (diff) | |
download | opensim-SC-09e800f4b1be57c523e43cc459ac4f2d81890071.zip opensim-SC-09e800f4b1be57c523e43cc459ac4f2d81890071.tar.gz opensim-SC-09e800f4b1be57c523e43cc459ac4f2d81890071.tar.bz2 opensim-SC-09e800f4b1be57c523e43cc459ac4f2d81890071.tar.xz |
Merge branch 'justincc-master'
-rw-r--r-- | CONTRIBUTORS.txt | 1 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index ef84315..ee3d7c7 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt | |||
@@ -75,6 +75,7 @@ what it is today. | |||
75 | * Chris Yeoh (IBM) | 75 | * Chris Yeoh (IBM) |
76 | * controlbreak | 76 | * controlbreak |
77 | * coyled | 77 | * coyled |
78 | * ctrlaltdavid | ||
78 | * Daedius | 79 | * Daedius |
79 | * daTwitch | 80 | * daTwitch |
80 | * devalnor-#708 | 81 | * devalnor-#708 |
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 | ||