Browse Source

* Newline for dos/unix shell

git-svn-id: trunk@3444 -
daniel 19 years ago
parent
commit
af6b16cf6c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      fv/app.pas

+ 2 - 1
fv/app.pas

@@ -1065,8 +1065,9 @@ BEGIN
 END;
 
 procedure TApplication.WriteShellMsg;
+
 begin
-  PrintStr(Strings^.Get(sTypeExitOnReturn));
+  writeln(Strings^.Get(sTypeExitOnReturn));
 end;