From ef21a4afd00e1db8bb0f2659737c5f24060db94e Mon Sep 17 00:00:00 2001 From: "buster%netscape.com" Date: Thu, 7 Jan 1999 01:28:34 +0000 Subject: [PATCH] added InsertTextTxn.cpp --- editor/base/Makefile.in | 1 + editor/core/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/editor/base/Makefile.in b/editor/base/Makefile.in index 90707e7e4c09..cce13da24937 100644 --- a/editor/base/Makefile.in +++ b/editor/base/Makefile.in @@ -30,6 +30,7 @@ CPPSRCS = \ nsEditFactory.cpp \ ChangeAttributeTxn.cpp \ EditTxn.cpp \ + InsertTextTxn.cpp \ $(NULL) MODULE = editor diff --git a/editor/core/Makefile.in b/editor/core/Makefile.in index 90707e7e4c09..cce13da24937 100644 --- a/editor/core/Makefile.in +++ b/editor/core/Makefile.in @@ -30,6 +30,7 @@ CPPSRCS = \ nsEditFactory.cpp \ ChangeAttributeTxn.cpp \ EditTxn.cpp \ + InsertTextTxn.cpp \ $(NULL) MODULE = editor