aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorTeravus Ovares2008-04-28 14:11:29 +0000
committerTeravus Ovares2008-04-28 14:11:29 +0000
commit7e3506e29638f54e08e535c6c9b8af755f5f1ddf (patch)
treef45888f8dc66b0dc484768e5793a52b1efb371bf /OpenSim/Region
parentFrom: Dr Scofield <hud@zurich.ibm.com> (diff)
downloadopensim-SC_OLD-7e3506e29638f54e08e535c6c9b8af755f5f1ddf.zip
opensim-SC_OLD-7e3506e29638f54e08e535c6c9b8af755f5f1ddf.tar.gz
opensim-SC_OLD-7e3506e29638f54e08e535c6c9b8af755f5f1ddf.tar.bz2
opensim-SC_OLD-7e3506e29638f54e08e535c6c9b8af755f5f1ddf.tar.xz
* 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'
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs2
1 files changed, 1 insertions, 1 deletions
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
212 if (config != null) 212 if (config != null)
213 { 213 {
214 config.Set("accounts_authenticate", false); 214 config.Set("accounts_authenticate", false);
215 config.Set("welcome_message", "Welcome to Krynn"); 215 config.Set("welcome_message", "Welcome to OpenSimulator");
216 config.Set("inventory_plugin", "OpenSim.Data.SQLite.dll"); 216 config.Set("inventory_plugin", "OpenSim.Data.SQLite.dll");
217 config.Set("inventory_source", ""); 217 config.Set("inventory_source", "");
218 config.Set("userDatabase_plugin", "OpenSim.Data.SQLite.dll"); 218 config.Set("userDatabase_plugin", "OpenSim.Data.SQLite.dll");