aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Linden/LLClientStackModule.cs
diff options
context:
space:
mode:
authorMelanie2009-08-10 23:08:22 +0100
committerMelanie2009-08-10 23:08:22 +0100
commiteba23048ca2d6dd1b934e11dc426093e5b2134c7 (patch)
treeda54852717bb696798d2e45fa0bcbf89f61f9228 /OpenSim/Client/Linden/LLClientStackModule.cs
parentLast piece of cleaning up old inventory. Old IInventoryServices and ISecureIn... (diff)
downloadopensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.zip
opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.gz
opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.bz2
opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.xz
Replace the Replaceable modules name
Diffstat (limited to 'OpenSim/Client/Linden/LLClientStackModule.cs')
-rw-r--r--OpenSim/Client/Linden/LLClientStackModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/Linden/LLClientStackModule.cs b/OpenSim/Client/Linden/LLClientStackModule.cs
index 09177f6..a964989 100644
--- a/OpenSim/Client/Linden/LLClientStackModule.cs
+++ b/OpenSim/Client/Linden/LLClientStackModule.cs
@@ -110,7 +110,7 @@ namespace OpenSim.Client.Linden
110 110
111 } 111 }
112 112
113 public Type ReplacableInterface 113 public Type ReplaceableInterface
114 { 114 {
115 get { return null; } 115 get { return null; }
116 } 116 }