diff --git a/xpfe/AppCores/src/makefile.win b/xpfe/AppCores/src/makefile.win index a15cd65a12a..2178e98bbff 100644 --- a/xpfe/AppCores/src/makefile.win +++ b/xpfe/AppCores/src/makefile.win @@ -98,6 +98,7 @@ install:: $(DLL) $(MAKE_INSTALL) ..\xul\MailToolbar.xml $(DIST)\bin\res\samples $(MAKE_INSTALL) ..\xul\EditorAppShell.xul $(DIST)\bin\res\samples $(MAKE_INSTALL) ..\xul\EditorInitPage.html $(DIST)\bin\res\samples + $(MAKE_INSTALL) ..\xul\EditorInitPagePlain.html $(DIST)\bin\res\samples $(MAKE_INSTALL) ..\xul\resources\Mail_SendMsg.gif $(DIST)\bin\res\toolbar $(MAKE_INSTALL) ..\xul\resources\Mail_GetMsg.gif $(DIST)\bin\res\toolbar diff --git a/xpfe/AppCores/xul/EditorAppShell.xul b/xpfe/AppCores/xul/EditorAppShell.xul index 65d5834eeb7..5cf72c91c0e 100755 --- a/xpfe/AppCores/xul/EditorAppShell.xul +++ b/xpfe/AppCores/xul/EditorAppShell.xul @@ -282,14 +282,12 @@ + onclick="EditorUndo()"> + onclick="EditorRedo()"> - + diff --git a/xpfe/AppCores/xul/Makefile.in b/xpfe/AppCores/xul/Makefile.in index dbff6696427..a172a25d2d0 100644 --- a/xpfe/AppCores/xul/Makefile.in +++ b/xpfe/AppCores/xul/Makefile.in @@ -27,6 +27,7 @@ include $(topsrcdir)/config/rules.mk EXPORT_RESOURCE_SAMPLES = \ $(srcdir)/EditorAppShell.xul \ $(srcdir)/EditorInitPage.html \ + $(srcdir)/EditorInitPagePlain.html \ $(srcdir)/MailAppShell.html \ $(srcdir)/MailAppShellNoTB.html \ $(srcdir)/MailFrame.html \