This commit is contained in:
sspitzer%netscape.com 2003-04-22 20:46:17 +00:00
Родитель fca48e5e23
Коммит 753ad32053
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -670,6 +670,7 @@ nsMsgPrintEngine::PrintMsgWindow()
// don't show the actual url when printing mail messages or addressbook cards.
// for mail, it can review the salt. for addrbook, it's a data:// url, which
// means nothing to the end user.
// needs to be " " and not "" or nsnull, otherwise, we'll still print the url
mPrintSettings->SetDocURL(NS_LITERAL_STRING(" ").get());
nsresult rv = NS_ERROR_FAILURE;