From 296b43f597e830c288ed0e56d1a6b78b955a7932 Mon Sep 17 00:00:00 2001 From: Melanie Date: Mon, 13 May 2013 02:15:48 +0200 Subject: Small adjustments to the floater module --- OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Framework') diff --git a/OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs b/OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs index 65c42ff..7684ce3 100644 --- a/OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs @@ -37,7 +37,7 @@ namespace OpenSim.Region.Framework.Interfaces public abstract class FloaterData { public abstract int Channel { get; } - public abstract string FloaterName { get; } + public abstract string FloaterName { get; set; } public virtual string XmlName { get; set; } public virtual string XmlText { get; set; } public virtual HandlerDelegate Handler { get; set; } -- cgit v1.1