From 47d37b31d91dd24013c51d2e77f21fa0a6097c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Mon, 22 Jul 2002 13:32:27 +0000 Subject: update to 0.31 svn path=/trunk/Framestein/; revision=45 --- Source/mainunit.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Source/mainunit.pas') diff --git a/Source/mainunit.pas b/Source/mainunit.pas index ebf3f46..2cb7500 100644 --- a/Source/mainunit.pas +++ b/Source/mainunit.pas @@ -103,8 +103,8 @@ type end; const - STARTMSG = 'Framestein 0.30 running...'; - MCAPTION = 'Framestein 0.30'; + STARTMSG = 'Framestein 0.31 running...'; + MCAPTION = 'Framestein 0.31'; SocketBufferSize = 100000; var @@ -477,8 +477,8 @@ end; procedure Tmain.Post(const S: String); begin -// Writeln(TimeToStr(Time), ' ', S); - REConsole.Lines.Add(TimeToStr(Time)+' '+S); + Writeln(TimeToStr(Time), ' ', S); +// REConsole.Lines.Add(TimeToStr(Time)+' '+S); end; procedure Tmain.Reset; -- cgit v1.2.1