rejetto forum
Software => HFS ~ HTTP File Server => Bug reports => Topic started by: Hooker on November 24, 2008, 06:25:41 PM
-
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
-
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
-
welcome, and thank you for reporting.
it will be fixed in next update.
-
Thanks! :)