From 26373876b487416c9cf51c6cee98c0fa4c264d63 Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Wed, 21 Apr 1999 20:46:40 +0000 Subject: [PATCH] Fixed problems with insert link dialog --- editor/ui/dialogs/content/EdLinkProps.xul | 3 +++ editor/ui/dialogs/content/Makefile.in | 1 + editor/ui/dialogs/content/makefile.win | 2 ++ 3 files changed, 6 insertions(+) diff --git a/editor/ui/dialogs/content/EdLinkProps.xul b/editor/ui/dialogs/content/EdLinkProps.xul index a9c7d953c804..49a9be2a47d9 100644 --- a/editor/ui/dialogs/content/EdLinkProps.xul +++ b/editor/ui/dialogs/content/EdLinkProps.xul @@ -7,6 +7,9 @@ xmlns:xul ="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload = "Startup()"> + + + diff --git a/editor/ui/dialogs/content/Makefile.in b/editor/ui/dialogs/content/Makefile.in index 68fbf0a764b8..4e5d73206672 100644 --- a/editor/ui/dialogs/content/Makefile.in +++ b/editor/ui/dialogs/content/Makefile.in @@ -30,6 +30,7 @@ EXPORT_RESOURCE_CONTENT = \ $(srcdir)/EdLinkProps.xul \ $(srcdir)/EdImageProps.xul \ $(srcdir)/EdCharacterProps.xul \ + $(srcdir)/EdCharacterProps.js \ $(NULL) install:: diff --git a/editor/ui/dialogs/content/makefile.win b/editor/ui/dialogs/content/makefile.win index 37ffffc079ad..f46c80570334 100644 --- a/editor/ui/dialogs/content/makefile.win +++ b/editor/ui/dialogs/content/makefile.win @@ -21,10 +21,12 @@ include <$(DEPTH)\config\rules.mak> install:: $(MAKE_INSTALL) EdLinkProps.xul $(DIST)\bin\chrome\editor\dialogs\content + $(MAKE_INSTALL) EdLinkProps.js $(DIST)\bin\chrome\editor\dialogs\content $(MAKE_INSTALL) EdImageProps.xul $(DIST)\bin\chrome\editor\dialogs\content $(MAKE_INSTALL) EdCharacterProps.xul $(DIST)\bin\chrome\editor\dialogs\content clobber:: rm -f $(DIST)\bin\chrome\editor\dialogs\content\EdLinkProps.xul + rm -f $(DIST)\bin\chrome\editor\dialogs\content\EdLinkProps.js rm -f $(DIST)\bin\chrome\editor\dialogs\content\EdImageProps.xul rm -f $(DIST)\bin\chrome\editor\dialogs\content\EdCharacterProps.xul