From fe8f207529dbbd88e665a4e2e31162c19eed900c Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Tue, 6 Apr 1999 22:22:15 +0000 Subject: [PATCH] The style sheets for displaying message headers are now being copied into /res/mailnews/messenger. git-svn-id: svn://10.0.0.236/trunk@26557 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/mime/emitters/xml/makefile.win | 6 +++--- mozilla/mailnews/mime/emitters/xml/nsMimeEmitter.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mozilla/mailnews/mime/emitters/xml/makefile.win b/mozilla/mailnews/mime/emitters/xml/makefile.win index ac598170a5a..0787b9c4df2 100644 --- a/mozilla/mailnews/mime/emitters/xml/makefile.win +++ b/mozilla/mailnews/mime/emitters/xml/makefile.win @@ -125,9 +125,9 @@ include <$(DEPTH)/config/rules.mak> install:: $(DLL) $(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components - $(MAKE_INSTALL) .\$(CSS1) $(DIST)\bin\res - $(MAKE_INSTALL) .\$(CSS2) $(DIST)\bin\res - $(MAKE_INSTALL) .\$(CSS3) $(DIST)\bin\res + $(MAKE_INSTALL) .\$(CSS1) $(DIST)\bin\res\mailnews\messenger + $(MAKE_INSTALL) .\$(CSS2) $(DIST)\bin\res\mailnews\messenger + $(MAKE_INSTALL) .\$(CSS3) $(DIST)\bin\res\mailnews\messenger clobber:: rm -f $(DIST)\bin\$(DLLNAME).dll diff --git a/mozilla/mailnews/mime/emitters/xml/nsMimeEmitter.cpp b/mozilla/mailnews/mime/emitters/xml/nsMimeEmitter.cpp index fed5bd0dafb..0f22959bf2c 100644 --- a/mozilla/mailnews/mime/emitters/xml/nsMimeEmitter.cpp +++ b/mozilla/mailnews/mime/emitters/xml/nsMimeEmitter.cpp @@ -170,11 +170,11 @@ nsMimeEmitter::WriteXMLHeader(const char *msgID) UtilityWrite(""); if (mHeaderDisplayType == MicroHeaders) - UtilityWrite(""); + UtilityWrite(""); else if (mHeaderDisplayType == NormalHeaders) - UtilityWrite(""); + UtilityWrite(""); else /* AllHeaders */ - UtilityWrite(""); + UtilityWrite(""); UtilityWrite("