replaced msgComposeBody.html by defaulttextBody.html and defaultHtmlBody.html

This commit is contained in:
ducarroz%netscape.com 1999-05-14 18:49:34 +00:00
Родитель 45440c316d
Коммит e929ab6c86
3 изменённых файлов: 8 добавлений и 4 удалений

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

@ -19,7 +19,8 @@
msgcompose.xul
msgcomposecommands.js
messengercompose.css
msgcomposeBody.html
defaultTextBody.html
defaultHtmlBody.html
send.gif
quote.gif
address.gif

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

@ -32,7 +32,8 @@ EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/msgcompose.xul \
$(srcdir)/MsgComposeCommands.js \
$(srcdir)/messengercompose.css \
$(srcdir)/msgcomposebody.html \
$(srcdir)/defaultTextBody.html \
$(srcdir)/defaultHtmlBody.html \
$(srcdir)/send.gif \
$(srcdir)/quote.gif \
$(srcdir)/address.gif \

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

@ -25,7 +25,8 @@ install:: $(DLL)
$(MAKE_INSTALL) msgcompose.xul $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) msgcomposecommands.js $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) messengercompose.css $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) msgcomposeBody.html $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) defaultTextBody.html $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) defaultHtmlBody.html $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) send.gif $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) quote.gif $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) address.gif $(DIST)\bin\res\mailnews\compose
@ -38,7 +39,8 @@ clobber::
rm -f $(DIST)\bin\res\mailnews\compose\msgcompose.xul
rm -f $(DIST)\bin\res\mailnews\compose\msgcomposecommands.js
rm -f $(DIST)\bin\res\mailnews\compose\messengercompose.css
rm -f $(DIST)\bin\res\mailnews\compose\msgcomposeBody.html
rm -f $(DIST)\bin\res\mailnews\compose\defaultTextBody.html
rm -f $(DIST)\bin\res\mailnews\compose\defaultHtmlBody.html
rm -f $(DIST)\bin\res\mailnews\compose\send.gif
rm -f $(DIST)\bin\res\mailnews\compose\quote.gif
rm -f $(DIST)\bin\res\mailnews\compose\address.gif