From 7e3506e29638f54e08e535c6c9b8af755f5f1ddf Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Mon, 28 Apr 2008 14:11:29 +0000 Subject: * Fixed 'Welcome to Krynn' default that I missed and got stuck in by a patch. * Changed it to 'Welcome to OpenSimulator' as opposed to 'Welcome to OpenSim' --- OpenSim/Region/Application/OpenSimMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index b322f6d..93d6f56 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs @@ -212,7 +212,7 @@ namespace OpenSim if (config != null) { config.Set("accounts_authenticate", false); - config.Set("welcome_message", "Welcome to Krynn"); + config.Set("welcome_message", "Welcome to OpenSimulator"); config.Set("inventory_plugin", "OpenSim.Data.SQLite.dll"); config.Set("inventory_source", ""); config.Set("userDatabase_plugin", "OpenSim.Data.SQLite.dll"); -- cgit v1.1