diff options
author | Melanie | 2009-08-10 23:08:22 +0100 |
---|---|---|
committer | Melanie | 2009-08-10 23:08:22 +0100 |
commit | eba23048ca2d6dd1b934e11dc426093e5b2134c7 (patch) | |
tree | da54852717bb696798d2e45fa0bcbf89f61f9228 /OpenSim/Client/Linden/LLStandaloneLoginModule.cs | |
parent | Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn... (diff) | |
download | opensim-SC-eba23048ca2d6dd1b934e11dc426093e5b2134c7.zip opensim-SC-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.gz opensim-SC-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.bz2 opensim-SC-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.xz |
Replace the Replaceable modules name
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Client/Linden/LLStandaloneLoginModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs index dde5fb0..4a31e95 100644 --- a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs +++ b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs | |||
@@ -155,7 +155,7 @@ namespace OpenSim.Client.Linden | |||
155 | } | 155 | } |
156 | } | 156 | } |
157 | 157 | ||
158 | public Type ReplacableInterface | 158 | public Type ReplaceableInterface |
159 | { | 159 | { |
160 | get { return null; } | 160 | get { return null; } |
161 | } | 161 | } |