Moved some filename constants to records.pas

This commit is contained in:
mysticbbs 2012-06-18 04:18:33 -04:00
parent 1192202b2c
commit 3b175bc692
1 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,6 @@ Uses
// replace with MDL/FP RTL functions
Const
fn_SemFileEcho = 'echomail.now';
fn_SemFileNews = 'newsmail.now';
fn_SemFileNet = 'netmail.now';
WinConsoleTitle = 'Mystic Node ';
CopyID = 'Copyright (C) ' + mysCopyYear + ' By James Coyle. All Rights Reserved.';
DateTypeStr : Array[1..4] of String[8] = ('MM/DD/YY', 'DD/MM/YY', 'YY/DD/MM', 'Ask ');