Removing 'Netscape' from console output in nsPop3Protocol.cpp. Bug 42509. Patch by Henrik Gemal <gemal@gemal.dk> r=hwaara@chello.se sr=blizzard@mozilla.org

This commit is contained in:
stephend%netscape.com 2001-04-02 03:57:29 +00:00
parent 180aa09df9
commit 01f32e31ec

View File

@ -288,7 +288,7 @@ net_pop3_write_state(Pop3UidlHost* host, nsIFileSpec *mailDirectory)
nsOutputFileStream outFileStream(fileSpec, PR_WRONLY | PR_CREATE_FILE |
PR_TRUNCATE);
char* tmpBuffer =
"# Netscape POP3 State File" MSG_LINEBREAK
"# POP3 State File" MSG_LINEBREAK
"# This is a generated file! Do not edit." MSG_LINEBREAK
MSG_LINEBREAK;