Added a description for RegionType

prioritization
John Hurliman 2009-10-17 15:55:30 -07:00
parent a9c88276f0
commit 3a63de8d02
1 changed files with 1 additions and 1 deletions

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()