Rename pCampbot.ini -> pCampBot.ini (and example file) to be consistent with other capitalizations of pCampBot

0.7.6-extended
Justin Clark-Casey (justincc) 2013-08-23 20:58:22 +01:00
parent e05d11faa5
commit 41b33b6f0f
2 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ namespace pCampBot
{ {
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public const string ConfigFileName = "pCampbot.ini"; public const string ConfigFileName = "pCampBot.ini";
[STAThread] [STAThread]
public static void Main(string[] args) public static void Main(string[] args)