Ensure CRLF is removed from GUI strings.
authorIain Patterson <me@iain.cx>
Fri, 22 Nov 2013 12:39:30 +0000 (12:39 +0000)
committerIain Patterson <me@iain.cx>
Fri, 22 Nov 2013 13:59:13 +0000 (13:59 +0000)
commit12d001e1791937fe223067b6a2f912620d25faaf
tree009e190b4df4c0d052f31de29e3bc2c44bb53fc6
parent8aa782adfab4d63e4115fead833c864fe43d4cbc
Ensure CRLF is removed from GUI strings.

Windows 2000 will show funny characters where a string formatted with
message_string() contained a CRLF.  Explicitly add NULL to the end of
the strings so that they are shown correctly on Windows 2000.
messages.mc