aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-08-23 20:58:22 +0100
committerJustin Clark-Casey (justincc)2013-09-04 00:45:00 +0100
commit41b33b6f0f56b039269a69082eb4f26add25055c (patch)
tree13ad6f06567b98a23caeee2391de79b2fa157e32 /OpenSim/Tools
parentminor: shortern warning messages in EntityTransferModule when UpdateAgent() f... (diff)
downloadopensim-SC_OLD-41b33b6f0f56b039269a69082eb4f26add25055c.zip
opensim-SC_OLD-41b33b6f0f56b039269a69082eb4f26add25055c.tar.gz
opensim-SC_OLD-41b33b6f0f56b039269a69082eb4f26add25055c.tar.bz2
opensim-SC_OLD-41b33b6f0f56b039269a69082eb4f26add25055c.tar.xz
Rename pCampbot.ini -> pCampBot.ini (and example file) to be consistent with other capitalizations of pCampBot
Diffstat (limited to 'OpenSim/Tools')
-rw-r--r--OpenSim/Tools/pCampBot/pCampBot.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/pCampBot.cs b/OpenSim/Tools/pCampBot/pCampBot.cs
index aee5864..781bb00 100644
--- a/OpenSim/Tools/pCampBot/pCampBot.cs
+++ b/OpenSim/Tools/pCampBot/pCampBot.cs
@@ -51,7 +51,7 @@ namespace pCampBot
51 { 51 {
52 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 52 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
53 53
54 public const string ConfigFileName = "pCampbot.ini"; 54 public const string ConfigFileName = "pCampBot.ini";
55 55
56 [STAThread] 56 [STAThread]
57 public static void Main(string[] args) 57 public static void Main(string[] args)