Added a description for RegionType

This commit is contained in:
John Hurliman
2009-10-17 15:55:30 -07:00
parent a9c88276f0
commit 3a63de8d02

View File

@@ -821,7 +821,7 @@ namespace OpenSim.Framework
"Scope ID for this region", ScopeID.ToString(), true);
configMember.addConfigurationOption("region_type", ConfigurationOption.ConfigurationTypes.TYPE_STRING,
"Region Type", String.Empty, true);
"Free form string describing the type of region", String.Empty, true);
}
public void loadConfigurationOptions()