Ignore:
Timestamp:
Jan 14, 2022, 3:03:42 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Use IFDEF UNIX instead of IFDEF LINUX.
  • Modified: Localized error message.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormOutput.pas

    r112 r124  
    3939    if OutputChanged then begin
    4040      OutputChanged := False;
    41       {$IFDEF LINUX}
     41      {$IFDEF UNIX}
    4242      MemoOutput.Lines.Text := StringReplace(Output, #10#13, LineEnding, [rfReplaceAll])
    4343      {$ELSE}
Note: See TracChangeset for help on using the changeset viewer.