diff options
author | Homer Horwitz | 2009-04-19 13:34:38 +0000 |
---|---|---|
committer | Homer Horwitz | 2009-04-19 13:34:38 +0000 |
commit | be08c2d411380844ad334e9202fc4c3cc3fd7013 (patch) | |
tree | e7047ecdb352d203ea73c8cc84b78becee1c411f /OpenSim/Framework | |
parent | Terrain changes done via osTerrainSetHeight aren't shown immediately to the c... (diff) | |
download | opensim-SC_OLD-be08c2d411380844ad334e9202fc4c3cc3fd7013.zip opensim-SC_OLD-be08c2d411380844ad334e9202fc4c3cc3fd7013.tar.gz opensim-SC_OLD-be08c2d411380844ad334e9202fc4c3cc3fd7013.tar.bz2 opensim-SC_OLD-be08c2d411380844ad334e9202fc4c3cc3fd7013.tar.xz |
Change invType of scripts from "lsl_text" to "script". Fixes Mantis #3482.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/TaskInventoryItem.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/TaskInventoryItem.cs b/OpenSim/Framework/TaskInventoryItem.cs index 43d28e7..279c87f 100644 --- a/OpenSim/Framework/TaskInventoryItem.cs +++ b/OpenSim/Framework/TaskInventoryItem.cs | |||
@@ -55,7 +55,7 @@ namespace OpenSim.Framework | |||
55 | "notecard", | 55 | "notecard", |
56 | String.Empty, | 56 | String.Empty, |
57 | String.Empty, | 57 | String.Empty, |
58 | "lsl_text", | 58 | "script", |
59 | String.Empty, | 59 | String.Empty, |
60 | String.Empty, | 60 | String.Empty, |
61 | "bodypart", | 61 | "bodypart", |