--- trunk/TSAdminTool/ProSupport.cs 2012/07/13 22:58:13 90 +++ trunk/TSAdminTool/ProSupport.cs 2012/07/14 00:36:23 91 @@ -27,7 +27,7 @@ namespace AnywhereTS // Registry keys public const string strRegTFTP_root = "TFTP_root"; // Reg key for TFTP root directory in database public const string strRegDatabaseDir = "DatabaseDir"; // Reg key for database directory - public const string strRegDatabaseServer = "DatabaseServer"; // Reg key for database server + public const string strRegDatabaseServer = "AnywhereTSServer"; // Reg key for database server public const string strRegDestDir = "DestDir"; // Reg key for Destination directory, used in unmanged mode.. // Database constants @@ -39,7 +39,7 @@ namespace AnywhereTS public static atsDataSetTableAdapters.TerminalServerTableAdapter terminalServerTableAdapter; // The AnywhereTS application data adapter for the terminal servers table. Only this adapter should be used. public static atsDataSetTableAdapters.AppInfoTableAdapter appInfoTableAdapter; // The AnywhereTS application data adapter for the AppInfo table. Only this adapter should be used. - public static string strDatabaseServer; // If this computer does not contain the database server, this is the name of the database server that contains the ATS database. Used by the Control Panel + public static string strAnywhereTSServer; // If this computer does not contain the database server, this is the name of the database server that contains the ATS database. Used by the Control Panel // Directories public static string strDatabasePath; // The directory where the database file is located. @@ -51,7 +51,7 @@ namespace AnywhereTS // Initiate variables from registry strDatabasePath = ATSGlobals.GetATSRegValueString(strRegDatabaseDir); strDestDir = ATSGlobals.GetATSRegValueString(strRegDestDir); - strDatabaseServer = ATSGlobals.GetATSRegValueString(strRegDatabaseServer); + strAnywhereTSServer = ATSGlobals.GetATSRegValueString(strRegDatabaseServer); } // Loook up local IP for computer