Renamed settings to start with a Capital letter

Removed config read on post init. Already read in SetupConfig which is called in Init
Added option to disable auto saving
This commit is contained in:
high 2011-06-25 00:44:07 -04:00
parent d369852998
commit 17cd6652d7
7 changed files with 48 additions and 30 deletions

View file

@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.0.0624")]
[assembly: AssemblyFileVersion("2.3.0.0624")]
[assembly: AssemblyVersion("2.3.0.0625")]
[assembly: AssemblyFileVersion("2.3.0.0625")]