Ignore:
Timestamp:
03/14/10 11:01:00 (2 years ago)
Author:
lowjoel
Message:

Forward port from Eraser 6.0: When creating text to be copied from the log, use the Windows \r\n formate instead of the Unix \n format.

Location:
trunk/eraser6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser6

  • trunk/eraser6/Eraser/LogForm.cs

    r1802 r1886  
    197197                    timeStamp.Replace("\"", "\"\""), entry.Level.ToString(), 
    198198                    message.Replace("\"", "\"\"")); 
    199                 rawText.AppendFormat("{0}   {1} {2}\n", timeStamp, entry.Level.ToString(), 
     199                rawText.AppendFormat("{0}   {1} {2}\r\n", timeStamp, entry.Level.ToString(), 
    200200                    message); 
    201201            } 
Note: See TracChangeset for help on using the changeset viewer.