rejetto forum

Little bug (may be?)

Hooker · 4 · 3462

0 Members and 1 Guest are viewing this topic.

Offline Hooker

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
    • www.pc-tipps.net.ms
Hi,

I´m using HFS 2.2e and I like it  :D

I think, there is a little bug in the program. If I choose "Save as" in the log-window, the log will be saved as a file with the extension ".tt" instead of ".txt".
You can rename it as *.txt, but I would find it better if it would be saved as a *.txt-file.

Greetz,
Hooker


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
Quote
procedure TmainFrm.Saveas1Click(Sender: TObject);
var
  fn: string;
begin
fn:='';
if PromptForFileName(fn, 'Text file|*.txt', 'txt', 'Save log', '', TRUE) then
  savefile(fn, logBox.text);
end;

X is missing, it is seen well, the bug is in all version beta


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
welcome, and thank you for reporting.
it will be fixed in next update.