From 1a623bb266e78c9dc2648038de7b67d81b5a417e Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Fri, 23 Aug 2013 20:58:22 +0100 Subject: [PATCH] Rename pCampbot.ini -> pCampBot.ini (and example file) to be consistent with other capitalizations of pCampBot --- OpenSim/Tools/pCampBot/pCampBot.cs | 2 +- bin/{pCampbot.ini.example => pCampBot.ini.example} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{pCampbot.ini.example => pCampBot.ini.example} (100%) diff --git a/OpenSim/Tools/pCampBot/pCampBot.cs b/OpenSim/Tools/pCampBot/pCampBot.cs index aee5864197..781bb0032d 100644 --- a/OpenSim/Tools/pCampBot/pCampBot.cs +++ b/OpenSim/Tools/pCampBot/pCampBot.cs @@ -51,7 +51,7 @@ namespace pCampBot { private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); - public const string ConfigFileName = "pCampbot.ini"; + public const string ConfigFileName = "pCampBot.ini"; [STAThread] public static void Main(string[] args) diff --git a/bin/pCampbot.ini.example b/bin/pCampBot.ini.example similarity index 100% rename from bin/pCampbot.ini.example rename to bin/pCampBot.ini.example