Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim

arthursv
Diva Canto 2009-08-10 06:35:38 -07:00
commit c7484dc739
1 changed files with 6 additions and 0 deletions

View File

@ -422,6 +422,12 @@ namespace OpenSim.Framework
if (source.Configs.Count == 0) if (source.Configs.Count == 0)
{ {
MainConsole.Instance.Output("=====================================\n");
MainConsole.Instance.Output("We are now going to ask a couple of questions about your region.\n");
MainConsole.Instance.Output("You can press 'enter' without typing anything to use the default\n");
MainConsole.Instance.Output("the default is displayed between [ ] brackets.\n");
MainConsole.Instance.Output("=====================================\n");
if (name == String.Empty) if (name == String.Empty)
name = MainConsole.Instance.CmdPrompt("New region name", name); name = MainConsole.Instance.CmdPrompt("New region name", name);
if (name == String.Empty) if (name == String.Empty)