Fixed problems with insert link dialog

This commit is contained in:
cmanske%netscape.com 1999-04-21 20:46:40 +00:00
Родитель 74b899ecad
Коммит 26373876b4
3 изменённых файлов: 6 добавлений и 0 удалений

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

@ -7,6 +7,9 @@
xmlns:xul ="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload = "Startup()">
<html:script>
</html:script>
<html:script language="JavaScript" src="chrome://editordlgs/content/EdLinkProps.js">
</html:script>

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

@ -30,6 +30,7 @@ EXPORT_RESOURCE_CONTENT = \
$(srcdir)/EdLinkProps.xul \
$(srcdir)/EdImageProps.xul \
$(srcdir)/EdCharacterProps.xul \
$(srcdir)/EdCharacterProps.js \
$(NULL)
install::

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

@ -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