--- trunk/TSAdminTool/Globals.cs 2012/07/13 20:14:13 80 +++ trunk/TSAdminTool/Globals.cs 2012/07/13 20:56:44 81 @@ -14,7 +14,7 @@ namespace AnywhereTS { // Version public const string strDatabaseVersion = "1.0.0.4"; // The version string for the ATS database - public const string strDatabaseName = "AtsDb"; // THe name of the ATS database + public const string strDatabaseName = "AnywhereTS"; // THe name of the ATS database //[SerializableAttribute] public struct Color; // Registry keys |