Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.Logging/LogWriter.cs 2012/05/09 08:22:41 19 +++ trunk/RomCheater.Logging/LogWriter.cs 2012/05/09 08:41:36 20 @@ -13,7 +13,7 @@ { public partial class LogWriter : UserControl { - private const string LOG_FILE = "RomCheater.log"; + public const string LOG_FILE = "RomCheater.log"; private static string LOG_PATH = string.Format(@"{0}\{1}", Application.StartupPath, LOG_FILE); private delegate string OnGetLogText();
ViewVC Help | |
Powered by ViewVC 1.1.22 |