aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-08-23 20:58:22 +0100
committerJustin Clark-Casey (justincc)2013-08-23 20:58:46 +0100
commit1a623bb266e78c9dc2648038de7b67d81b5a417e (patch)
treeea81cb50874f6952336bf35f30348cac8f19cf4e /OpenSim/Tools/pCampBot
parentminor: shortern warning messages in EntityTransferModule when UpdateAgent() f... (diff)
downloadopensim-SC_OLD-1a623bb266e78c9dc2648038de7b67d81b5a417e.zip
opensim-SC_OLD-1a623bb266e78c9dc2648038de7b67d81b5a417e.tar.gz
opensim-SC_OLD-1a623bb266e78c9dc2648038de7b67d81b5a417e.tar.bz2
opensim-SC_OLD-1a623bb266e78c9dc2648038de7b67d81b5a417e.tar.xz
Rename pCampbot.ini -> pCampBot.ini (and example file) to be consistent with other capitalizations of pCampBot
Diffstat (limited to 'OpenSim/Tools/pCampBot')
-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)